cern.cmw.logging
Class L4JLoggerFactory
java.lang.Object
cern.cmw.LoggerFactory
cern.cmw.logging.L4JLoggerFactory
public final class L4JLoggerFactory
- extends LoggerFactory
Method Summary |
Logger |
createLogger(String name)
Creates and returns a logger object. |
void |
destroy()
Closes the logging system and releases all related resources. |
String |
getType()
Returns a string identifier of the underlying logging mechanism. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
L4JLoggerFactory
public L4JLoggerFactory()
createLogger
public Logger createLogger(String name)
- Description copied from class:
LoggerFactory
- Creates and returns a logger object.
- Overrides:
createLogger
in class LoggerFactory
getType
public String getType()
- Description copied from class:
LoggerFactory
- Returns a string identifier of the underlying logging mechanism.
- Overrides:
getType
in class LoggerFactory
destroy
public void destroy()
- Description copied from class:
LoggerFactory
- Closes the logging system and releases all related resources.
Called from the static Logger.destroy().
- Overrides:
destroy
in class LoggerFactory
Copyright © 2007 CERN. All Rights Reserved.