|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SLF4JLogLevel in com.googlecode.kevinarpe.papaya.logging.slf4j |
|---|
| Methods in com.googlecode.kevinarpe.papaya.logging.slf4j that return SLF4JLogLevel | |
|---|---|
SLF4JLogLevel |
SLF4JLevelLogger.getLogLevel()
|
static SLF4JLogLevel |
SLF4JLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SLF4JLogLevel[] |
SLF4JLogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.googlecode.kevinarpe.papaya.logging.slf4j with parameters of type SLF4JLogLevel | |
|---|---|
SLF4JLevelLogger |
ISLF4JLevelLoggerUtils.newInstance(org.slf4j.ILoggerFactory loggerFactory,
SLF4JLogLevel logLevel,
Class<?> clazz)
Creates a new logger than logs all messages at a single level. |
SLF4JLevelLogger |
SLF4JLevelLoggerUtils.newInstance(org.slf4j.ILoggerFactory loggerFactory,
SLF4JLogLevel logLevel,
Class<?> clazz)
Creates a new logger than logs all messages at a single level. |
SLF4JLevelLogger |
ISLF4JLevelLoggerUtils.newInstance(SLF4JLogLevel logLevel,
Class<?> clazz)
This is a convenience method to call ISLF4JLevelLoggerUtils.newInstance(ILoggerFactory, SLF4JLogLevel, Class) with the default global SLF4J
ILoggerFactory. |
SLF4JLevelLogger |
SLF4JLevelLoggerUtils.newInstance(SLF4JLogLevel logLevel,
Class<?> clazz)
This is a convenience method to call ISLF4JLevelLoggerUtils.newInstance(ILoggerFactory, SLF4JLogLevel, Class) with the default global SLF4J
ILoggerFactory. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||