Uses of Class
org.sonatype.gossip.Level

Packages that use Level
org.sonatype.gossip Core components. 
org.sonatype.gossip.listener Event listeners. 
org.sonatype.gossip.model Configuration model. 
org.sonatype.gossip.support Support, helper and utilities. 
 

Uses of Level in org.sonatype.gossip
 

Methods in org.sonatype.gossip that return Level
 Level Gossip.LoggerImpl.findEffectiveLevel()
           
 Level Gossip.LoggerImpl.getEffectiveLevel()
           
 Level Gossip.LoggerImpl.getLevel()
           
 Level Event.getLevel()
           
static Level Log.getThreshold()
           
static Level Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonatype.gossip with parameters of type Level
protected  void LoggerSupport.doLog(Level level, String message, Throwable cause)
           
protected  boolean Gossip.LoggerImpl.isEnabled(Level level)
           
protected abstract  boolean LoggerSupport.isEnabled(Level level)
           
 void Gossip.LoggerImpl.setLevel(Level level)
           
static void Log.setThreshold(Level threshold)
           
 

Constructors in org.sonatype.gossip with parameters of type Level
Event(org.slf4j.Logger logger, Level level, String message, Throwable cause)
           
 

Uses of Level in org.sonatype.gossip.listener
 

Methods in org.sonatype.gossip.listener that return Level
 Level ListenerSupport.getThreshold()
           
 

Methods in org.sonatype.gossip.listener with parameters of type Level
 void ListenerSupport.setThreshold(Level threshold)
           
 

Uses of Level in org.sonatype.gossip.model
 

Methods in org.sonatype.gossip.model that return Level
 Level LoggerNode.asLevel()
           
 

Uses of Level in org.sonatype.gossip.support
 

Methods in org.sonatype.gossip.support that return Level
 Level PrintStreamLogger.getThreshold()
           
 

Methods in org.sonatype.gossip.support with parameters of type Level
protected  boolean PrintStreamLogger.isEnabled(Level level)
           
 void PrintStreamLogger.setThreshold(Level threshold)
           
 

Constructors in org.sonatype.gossip.support with parameters of type Level
PrintStreamLogger(PrintStream stream, Level threshold)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.