From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/logging/IaikLogFactory.html | 278 +++++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html new file mode 100644 index 000000000..2775a49dc --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html @@ -0,0 +1,278 @@ + + + + + + +MOA SP/SS Server Internal API: Class IaikLogFactory + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.logging +
+Class IaikLogFactory

+
+java.lang.Object
+  |
+  +--iaik.logging.LogFactory
+        |
+        +--at.gv.egovernment.moa.spss.server.logging.IaikLogFactory
+
+
+
+
public class IaikLogFactory
extends iaik.logging.LogFactory
+ +

+An implementation of the iaik.logging.LogFactory abstract + class to log messages to the MOA logging subsystem. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + +
Fields inherited from class iaik.logging.LogFactory
DEFAULT_FACTORY, factories, factory_name_, node_id_, properties_
+  + + + + + + + + + + +
+Constructor Summary
IaikLogFactory() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ iaik.logging.LoggetInstance(Class clazz) + +
+           
+ iaik.logging.LoggetInstance(String name) + +
+           
+ voidrelease() + +
+           
+ + + + + + + +
Methods inherited from class iaik.logging.LogFactory
configure, getContextClassLoader, getFactory, getLog, getLog, newFactory, releaseAll
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IaikLogFactory

+
+public IaikLogFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public iaik.logging.Log getInstance(Class clazz)
+                             throws iaik.logging.LogConfigurationException
+
+
+
Overrides:
getInstance in class iaik.logging.LogFactory
+
+
+
+ +

+getInstance

+
+public iaik.logging.Log getInstance(String name)
+                             throws iaik.logging.LogConfigurationException
+
+
+
Overrides:
getInstance in class iaik.logging.LogFactory
+
+
+
+ +

+release

+
+public void release()
+
+
+
Overrides:
release in class iaik.logging.LogFactory
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3