org.znerd.util.log
Class InMemoryLimb

java.lang.Object
  extended by org.znerd.util.log.Limb
      extended by org.znerd.util.log.InMemoryLimb

public class InMemoryLimb
extends Limb


Nested Class Summary
static class InMemoryLimb.Entry
           
 
Constructor Summary
InMemoryLimb()
           
 
Method Summary
 List<InMemoryLimb.Entry> getEntries()
           
protected  void logImpl(LogLevel level, String message, Throwable exception)
           
 
Methods inherited from class org.znerd.util.log.Limb
log, log, resetLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryLimb

public InMemoryLimb()
Method Detail

logImpl

protected void logImpl(LogLevel level,
                       String message,
                       Throwable exception)
Overrides:
logImpl in class Limb

getEntries

public List<InMemoryLimb.Entry> getEntries()


Copyright © 2011-2012. All Rights Reserved.