cern.cmw.logging
Class L4JLoggerFactory

java.lang.Object
  extended by cern.cmw.LoggerFactory
      extended by cern.cmw.logging.L4JLoggerFactory

public final class L4JLoggerFactory
extends LoggerFactory


Constructor Summary
L4JLoggerFactory()
           
 
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
 

Constructor Detail

L4JLoggerFactory

public L4JLoggerFactory()
Method Detail

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.