Package | Description |
---|---|
org.waarp.common.logging |
Classes implementing logging facility
|
Modifier and Type | Field and Description |
---|---|
protected static WaarpLogLevel |
WaarpLoggerFactory.currentLevel |
Modifier and Type | Method and Description |
---|---|
protected WaarpLogLevel |
WaarpJdkLoggerFactory.getLevelSpecific() |
protected abstract WaarpLogLevel |
WaarpLoggerFactory.getLevelSpecific() |
protected WaarpLogLevel |
WaarpSlf4JLoggerFactory.getLevelSpecific() |
static WaarpLogLevel |
WaarpLoggerFactory.getLogLevel() |
static WaarpLogLevel |
WaarpLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaarpLogLevel[] |
WaarpLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractWaarpLogger.isEnabled(WaarpLogLevel level) |
boolean |
WaarpLogger.isEnabled(WaarpLogLevel level)
Is the logger instance enabled for the specified
level ? |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
String msg) |
void |
WaarpLogger.log(WaarpLogLevel level,
String msg)
Log a message at the specified
level . |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
String format,
Object... arguments) |
void |
WaarpLogger.log(WaarpLogLevel level,
String format,
Object... arguments)
Log a message at the specified
level according to the specified
format and arguments. |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
String format,
Object arg) |
void |
WaarpLogger.log(WaarpLogLevel level,
String format,
Object arg)
Log a message at the specified
level according to the specified
format and argument. |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
String format,
Object argA,
Object argB) |
void |
WaarpLogger.log(WaarpLogLevel level,
String format,
Object argA,
Object argB)
Log a message at the specified
level according to the specified
format and arguments. |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
String msg,
Throwable cause) |
void |
WaarpLogger.log(WaarpLogLevel level,
String msg,
Throwable t)
Log an exception (throwable) at the specified
level with an
accompanying message. |
void |
AbstractWaarpLogger.log(WaarpLogLevel level,
Throwable cause) |
void |
WaarpLogger.log(WaarpLogLevel level,
Throwable t)
Log an exception (throwable) at the specified
level . |
protected void |
WaarpJdkLoggerFactory.seLevelSpecific(WaarpLogLevel level) |
protected abstract void |
WaarpLoggerFactory.seLevelSpecific(WaarpLogLevel level)
Set the level for the specific implementation
|
protected void |
WaarpSlf4JLoggerFactory.seLevelSpecific(WaarpLogLevel level) |
protected static void |
WaarpLoggerFactory.setInternalLogLevel(WaarpLogLevel level) |
static void |
WaarpLoggerFactory.setLogLevel(WaarpLogLevel level) |
Constructor and Description |
---|
WaarpJdkLoggerFactory(WaarpLogLevel level) |
WaarpLoggerFactory(WaarpLogLevel level) |
WaarpSlf4JLoggerFactory(WaarpLogLevel level) |
Copyright © 2009–2020 Waarp. All rights reserved.