Uses of Class
org.slf4j.event.Level

Packages that use Level
org.slf4j.event   
 

Uses of Level in org.slf4j.event
 

Methods in org.slf4j.event that return Level
 Level SubstituteLoggingEvent.getLevel()
           
 Level LoggingEvent.getLevel()
           
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.slf4j.event with parameters of type Level
 void SubstituteLoggingEvent.setLevel(Level level)
           
 



Copyright © 2005–2016 QOS.ch. All rights reserved.