Modifier and Type | Field and Description |
---|---|
protected boolean |
instanceofLAL |
protected Logger |
logger |
ROOT_LOGGER_NAME
Constructor and Description |
---|
LoggerWrapper(Logger logger,
String fqcn) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(Marker marker,
String format,
Object... argArray)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(String format,
Object... argArray)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
debug(String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
error(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
error(Marker marker,
String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
error(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
error(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
error(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
String |
getName()
Delegate to the appropriate method of the underlying logger.
|
void |
info(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
info(Marker marker,
String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
info(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
info(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
info(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
boolean |
isDebugEnabled()
Delegate to the appropriate method of the underlying logger.
|
boolean |
isDebugEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger.
|
boolean |
isErrorEnabled()
Delegate to the appropriate method of the underlying logger.
|
boolean |
isErrorEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger.
|
boolean |
isInfoEnabled()
Delegate to the appropriate method of the underlying logger.
|
boolean |
isInfoEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger.
|
boolean |
isTraceEnabled()
Delegate to the appropriate method of the underlying logger.
|
boolean |
isTraceEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger.
|
boolean |
isWarnEnabled()
Is the logger instance enabled for the WARN level?
|
boolean |
isWarnEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(Marker marker,
String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
trace(String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(Marker marker,
String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String format,
Object... args)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String format,
Object arg)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger.
|
protected final Logger logger
protected final boolean instanceofLAL
public boolean isTraceEnabled()
isTraceEnabled
in interface Logger
public boolean isTraceEnabled(Marker marker)
isTraceEnabled
in interface Logger
marker
- The marker data to take into considerationpublic void trace(String msg)
public void trace(String format, Object arg)
public void trace(String format, Object arg1, Object arg2)
public void trace(String format, Object... args)
public void trace(String msg, Throwable t)
public void trace(Marker marker, String msg)
public void trace(Marker marker, String format, Object arg)
public void trace(Marker marker, String format, Object arg1, Object arg2)
public void trace(Marker marker, String format, Object... args)
public void trace(Marker marker, String msg, Throwable t)
public boolean isDebugEnabled()
isDebugEnabled
in interface Logger
public boolean isDebugEnabled(Marker marker)
isDebugEnabled
in interface Logger
marker
- The marker data to take into considerationpublic void debug(String msg)
public void debug(String format, Object arg)
public void debug(String format, Object arg1, Object arg2)
public void debug(String format, Object... argArray)
public void debug(String msg, Throwable t)
public void debug(Marker marker, String msg)
public void debug(Marker marker, String format, Object arg)
public void debug(Marker marker, String format, Object arg1, Object arg2)
public void debug(Marker marker, String format, Object... argArray)
public void debug(Marker marker, String msg, Throwable t)
public boolean isInfoEnabled()
isInfoEnabled
in interface Logger
public boolean isInfoEnabled(Marker marker)
isInfoEnabled
in interface Logger
marker
- The marker data to take into considerationpublic void info(String msg)
public void info(String format, Object arg)
public void info(String format, Object arg1, Object arg2)
public void info(String format, Object... args)
public void info(String msg, Throwable t)
public void info(Marker marker, String msg)
public void info(Marker marker, String format, Object arg)
public void info(Marker marker, String format, Object arg1, Object arg2)
public void info(Marker marker, String format, Object... args)
public void info(Marker marker, String msg, Throwable t)
public boolean isWarnEnabled()
Logger
isWarnEnabled
in interface Logger
public boolean isWarnEnabled(Marker marker)
isWarnEnabled
in interface Logger
marker
- The marker data to take into considerationpublic void warn(String msg)
public void warn(String format, Object arg)
public void warn(String format, Object arg1, Object arg2)
public void warn(String format, Object... args)
public void warn(String msg, Throwable t)
public void warn(Marker marker, String msg)
public void warn(Marker marker, String format, Object arg)
public void warn(Marker marker, String format, Object arg1, Object arg2)
public void warn(Marker marker, String format, Object... args)
public void warn(Marker marker, String msg, Throwable t)
public boolean isErrorEnabled()
isErrorEnabled
in interface Logger
public boolean isErrorEnabled(Marker marker)
isErrorEnabled
in interface Logger
marker
- The marker data to take into considerationpublic void error(String msg)
public void error(String format, Object arg)
public void error(String format, Object arg1, Object arg2)
public void error(String format, Object... args)
public void error(String msg, Throwable t)
public void error(Marker marker, String msg)
public void error(Marker marker, String format, Object arg)
public void error(Marker marker, String format, Object arg1, Object arg2)
public void error(Marker marker, String format, Object... args)
public void error(Marker marker, String msg, Throwable t)
Copyright © 2017 JBoss by Red Hat. All rights reserved.