Uses of Class
org.apache.sling.commons.log.internal.slf4j.SlingLoggerLevel

Packages that use SlingLoggerLevel
org.apache.sling.commons.log.internal.slf4j   
 

Uses of SlingLoggerLevel in org.apache.sling.commons.log.internal.slf4j
 

Methods in org.apache.sling.commons.log.internal.slf4j that return SlingLoggerLevel
static SlingLoggerLevel SlingLoggerLevel.fromSlf4jLevel(int level)
          Translates SLF4J logging levels into SlingLoggerLevel
static SlingLoggerLevel SlingLoggerLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SlingLoggerLevel[] SlingLoggerLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.