|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.util.log.LoggerFactory
com.sibvisions.util.log.jdk.JdkLoggerFactory
public class JdkLoggerFactory
The JdkLoggerFactory
is the LoggerFactory
implementation
for the java logging API.
Constructor Summary | |
---|---|
JdkLoggerFactory()
|
Method Summary | |
---|---|
ILogger |
createLogger(String pName)
Gets an ILogger . |
protected void |
handleException(Exception pException)
Handle an internal exception. |
void |
init()
Initializes the factory instance. |
protected boolean |
isInitialized()
Returns whether the log manager is initialized through a property file. |
Methods inherited from class com.sibvisions.util.log.LoggerFactory |
---|
getInstance, getInstance, getLevel, getLevel, getLogger, init, setLevel, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdkLoggerFactory()
Method Detail |
---|
public ILogger createLogger(String pName)
ILogger
.
createLogger
in class LoggerFactory
pName
- the name for which a logger should be returned/created
ILogger
implementationpublic void init()
init
in class LoggerFactory
protected void handleException(Exception pException)
pException
- the occured exceptionprotected boolean isInitialized()
true
if the logging.properties was used to init the log manager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |