| Package | Description | 
|---|---|
| org.spf4j.test.log | 
 spf4j test log backend for slf4j. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LogHandler.Handling | 
LogHandler.handles(Level level)
find out if this handler should be used for the given log level. 
 | 
LogHandler.Handling | 
GreedyLogPrinter.handles(Level level)  | 
default LogHandler.Handling | 
AllLevelsLogHandler.handles(Level level)  | 
LogHandler.Handling | 
LogPrinter.handles(Level level)
find out if this handler should be used for the given log level. 
 | 
static LogHandler.Handling | 
LogHandler.Handling.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LogHandler.Handling[] | 
LogHandler.Handling.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2018 SPF4J. All rights reserved.