org.slf4j.ext
Class LoggerWrapper
public
class
LoggerWrapper
extends Object
implements Logger
A helper class wrapping an
Logger
instance preserving location information if the wrapped
instance supports it.
Author: Ralph Goers Ceki Gülcü
Method Summary |
void | debug(String msg)
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 format, Object[] argArray)
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 | debug(Marker marker, String msg)
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 format, Object[] argArray)
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 | error(String msg)
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 format, Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void | error(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 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 format, Object[] argArray)
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. |
String | getName()
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 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 format, Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void | info(String msg, Throwable t)
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 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 format, Object[] argArray)
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. |
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() |
boolean | isWarnEnabled(Marker marker)
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 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 format, Object[] argArray)
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 | trace(Marker marker, String msg)
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 format, Object[] argArray)
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 | warn(String msg)
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 format, Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void | warn(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 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 format, Object[] argArray)
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. |
protected final boolean instanceofLAL
public LoggerWrapper(
Logger logger, String fqcn)
public void debug(String msg)
Delegate to the appropriate method of the underlying logger.
public void debug(String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void debug(String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void debug(String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void debug(String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void debug(
Marker marker, String msg)
Delegate to the appropriate method of the underlying logger.
public void debug(
Marker marker, String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void debug(
Marker marker, String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void debug(
Marker marker, String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void debug(
Marker marker, String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void error(String msg)
Delegate to the appropriate method of the underlying logger.
public void error(String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void error(String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void error(String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void error(String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void error(
Marker marker, String msg)
Delegate to the appropriate method of the underlying logger.
public void error(
Marker marker, String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void error(
Marker marker, String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void error(
Marker marker, String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void error(
Marker marker, String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public String getName()
Delegate to the appropriate method of the underlying logger.
public void info(String msg)
Delegate to the appropriate method of the underlying logger.
public void info(String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void info(String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void info(String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void info(String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void info(
Marker marker, String msg)
Delegate to the appropriate method of the underlying logger.
public void info(
Marker marker, String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void info(
Marker marker, String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void info(
Marker marker, String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void info(
Marker marker, String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public boolean isDebugEnabled()
Delegate to the appropriate method of the underlying logger.
public boolean isDebugEnabled(
Marker marker)
Delegate to the appropriate method of the underlying logger.
public boolean isErrorEnabled()
Delegate to the appropriate method of the underlying logger.
public boolean isErrorEnabled(
Marker marker)
Delegate to the appropriate method of the underlying logger.
public boolean isInfoEnabled()
Delegate to the appropriate method of the underlying logger.
public boolean isInfoEnabled(
Marker marker)
Delegate to the appropriate method of the underlying logger.
public boolean isTraceEnabled()
Delegate to the appropriate method of the underlying logger.
public boolean isTraceEnabled(
Marker marker)
Delegate to the appropriate method of the underlying logger.
public boolean isWarnEnabled()
public boolean isWarnEnabled(
Marker marker)
Delegate to the appropriate method of the underlying logger.
public void trace(String msg)
Delegate to the appropriate method of the underlying logger.
public void trace(String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void trace(String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void trace(String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void trace(String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void trace(
Marker marker, String msg)
Delegate to the appropriate method of the underlying logger.
public void trace(
Marker marker, String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void trace(
Marker marker, String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void trace(
Marker marker, String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void trace(
Marker marker, String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void warn(String msg)
Delegate to the appropriate method of the underlying logger.
public void warn(String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void warn(String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void warn(String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void warn(String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
public void warn(
Marker marker, String msg)
Delegate to the appropriate method of the underlying logger.
public void warn(
Marker marker, String format, Object arg)
Delegate to the appropriate method of the underlying logger.
public void warn(
Marker marker, String format, Object arg1, Object arg2)
Delegate to the appropriate method of the underlying logger.
public void warn(
Marker marker, String format, Object[] argArray)
Delegate to the appropriate method of the underlying logger.
public void warn(
Marker marker, String msg, Throwable t)
Delegate to the appropriate method of the underlying logger.
Copyright © 2005-2010
QOS.ch. All Rights Reserved.