com.mycila.log.nop
Class NopLogger

java.lang.Object
  extended by com.mycila.log.AbstractLogger
      extended by com.mycila.log.nop.NopLogger
All Implemented Interfaces:
Logger

public final class NopLogger
extends AbstractLogger

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Field Summary
static Logger INSTANCE
           
 
Method Summary
 boolean canLog(Level level)
           
protected  void doLog(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 
Methods inherited from class com.mycila.log.AbstractLogger
canDebug, canError, canInfo, canTrace, canWarn, debug, debug, debug, debug, error, error, error, error, info, info, info, info, log, log, log, log, trace, trace, trace, trace, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Logger INSTANCE
Method Detail

doLog

protected void doLog(Level level,
                     java.lang.Throwable throwable,
                     java.lang.Object message,
                     java.lang.Object... args)
Specified by:
doLog in class AbstractLogger

canLog

public boolean canLog(Level level)


Copyright © 2008-2010 Mycila. All Rights Reserved.