org.objectweb.kilim
Class NullLoggerFactory

java.lang.Object
  extended byorg.objectweb.kilim.NullLoggerFactory

public class NullLoggerFactory
extends java.lang.Object

Author:
delpiano A null logger, just in case the classpath of the application does not contain any lgging functionality.

Field Summary
private  NullLogger null_logger
           
private  Logger[] null_loggers
           
 
Constructor Summary
NullLoggerFactory()
           
 
Method Summary
 Logger getLogger(java.lang.String arg0)
           
 Logger getLogger(java.lang.String arg0, java.lang.String arg1)
           
 Logger[] getLoggers()
           
 java.lang.String getResourceBundleName()
           
 void setResourceBundleName(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

null_logger

private NullLogger null_logger

null_loggers

private Logger[] null_loggers
Constructor Detail

NullLoggerFactory

public NullLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.String arg0)
See Also:
org.objectweb.util.monolog.api.LoggerFactory#getLogger(String)

getLogger

public Logger getLogger(java.lang.String arg0,
                        java.lang.String arg1)
See Also:
org.objectweb.util.monolog.api.LoggerFactory#getLogger(String, String)

getResourceBundleName

public java.lang.String getResourceBundleName()
See Also:
org.objectweb.util.monolog.api.LoggerFactory#getResourceBundleName()

setResourceBundleName

public void setResourceBundleName(java.lang.String arg0)
See Also:
org.objectweb.util.monolog.api.LoggerFactory#setResourceBundleName(String)

getLoggers

public Logger[] getLoggers()
See Also:
org.objectweb.util.monolog.api.LoggerFactory#getLoggers()