public class DynamicLocationAwareLogger extends Object
| Constructor and Description |
|---|
DynamicLocationAwareLogger(org.slf4j.spi.LocationAwareLogger logger)
Simple constructor with one parameter is used to pull out log
Method
an determine which version of slf4j library is currently used. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
log(org.slf4j.Marker marker,
String fqcn,
int level,
String message,
Throwable t)
Printing method with support for location information.
|
public DynamicLocationAwareLogger(org.slf4j.spi.LocationAwareLogger logger)
Method
an determine which version of slf4j library is currently used.logger - location aware logger to be wrappedpublic void log(org.slf4j.Marker marker,
String fqcn,
int level,
String message,
Throwable t)
Method invocation and passing it the correct parameters.public boolean isDebugEnabled()
public boolean isErrorEnabled()
public boolean isFatalEnabled()
public boolean isInfoEnabled()
public boolean isTraceEnabled()
public boolean isWarnEnabled()
Copyright © 2017 eXo Platform SAS. All Rights Reserved.