org.sonatype.gossip
Class Gossip.LoggerImpl

java.lang.Object
  extended by org.slf4j.helpers.MarkerIgnoringBase
      extended by org.sonatype.gossip.LoggerSupport
          extended by org.sonatype.gossip.Gossip.LoggerImpl
All Implemented Interfaces:
Serializable, org.slf4j.Logger
Enclosing class:
Gossip

public final class Gossip.LoggerImpl
extends LoggerSupport

See Also:
Serialized Form

Field Summary
protected  String name
           
static String ROOT_NAME
           
static String ROOT_TOKEN
           
 
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
 
Method Summary
protected  void doLog(Event event)
           
 Level findEffectiveLevel()
           
 Level getEffectiveLevel()
           
 Level getLevel()
           
 String getName()
           
 Gossip.LoggerImpl getParent()
           
protected  boolean isEnabled(Level level)
           
protected  Object readResolve()
           
 void setLevel(Level level)
           
 String toString()
           
 
Methods inherited from class org.sonatype.gossip.LoggerSupport
debug, debug, debug, debug, debug, doLog, equals, error, error, error, error, error, hashCode, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
 
Methods inherited from class org.slf4j.helpers.MarkerIgnoringBase
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.slf4j.Logger
debug, debug, debug, debug, debug, error, error, error, error, error, getName, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
 

Field Detail

ROOT_TOKEN

public static final String ROOT_TOKEN
See Also:
Constant Field Values

ROOT_NAME

public static final String ROOT_NAME
See Also:
Constant Field Values

name

protected String name
Method Detail

getParent

public Gossip.LoggerImpl getParent()

getLevel

public Level getLevel()

setLevel

public void setLevel(Level level)

findEffectiveLevel

public Level findEffectiveLevel()

getEffectiveLevel

public Level getEffectiveLevel()

isEnabled

protected boolean isEnabled(Level level)
Specified by:
isEnabled in class LoggerSupport

doLog

protected void doLog(Event event)
Specified by:
doLog in class LoggerSupport

toString

public String toString()
Overrides:
toString in class LoggerSupport

getName

public String getName()
Specified by:
getName in interface org.slf4j.Logger

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2008-2011 Sonatype. All Rights Reserved.