public abstract class MarkerIgnoringBase extends Objectimplements Logger
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
|
ROOT_LOGGER_NAME| Constructor and Description |
|---|
MarkerIgnoringBase()
|
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Marker
Log a message with the specific Marker at the DEBUG level.
|
void |
debug(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
debug(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
debug(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
debug(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
error(Marker
Log a message with the specific Marker at the ERROR level.
|
void |
error(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
error(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
error(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
error(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
String |
getName()
Return the name of this
Logger instance.
|
void |
info(Marker
Log a message with the specific Marker at the INFO level.
|
void |
info(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
info(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
info(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
info(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
boolean |
isDebugEnabled(Marker
Similar to
Logger method except that the marker data is also taken into account.
|
boolean |
isErrorEnabled(Marker
Similar to
Logger method except that the marker data is also taken into consideration.
|
boolean |
isInfoEnabled(Marker
Similar to
Logger method except that the marker data is also taken into consideration.
|
boolean |
isTraceEnabled(Marker
Similar to
Logger method except that the marker data is also taken into account.
|
boolean |
isWarnEnabled(Marker
Similar to
Logger method except that the marker data is also taken into consideration.
|
protected Object |
readResolve()
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
|
String |
toString()
|
void |
trace(Marker
Log a message with the specific Marker at the TRACE level.
|
void |
trace(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
trace(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
trace(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
trace(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
warn(Marker
Log a message with the specific Marker at the WARN level.
|
void |
warn(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
warn(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
warn(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
void |
warn(Marker
This method is similar to
Logger method except that the marker data is also taken into consideration.
|
protected Stringname
public boolean isTraceEnabled(Markermarker)
Logger
Logger.isTraceEnabled() method except that the marker data is also taken into account.
isTraceEnabled in interface
Logger
marker - The marker data to take into consideration
public void trace(Markermarker, String msg)
Logger
public void trace(Markermarker, String format, Object arg)
Logger
Logger.trace(String, Object) method except that the marker data is also taken into consideration.
public void trace(Markermarker, String format, Object arg1, Object arg2)
Logger
Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
public void trace(Markermarker, String format, Object ... arguments)
Logger
Logger.trace(String, Object...) method except that the marker data is also taken into consideration.
public void trace(Markermarker, String msg, Throwable t)
Logger
Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.
public boolean isDebugEnabled(Markermarker)
Logger
Logger.isDebugEnabled() method except that the marker data is also taken into account.
isDebugEnabled in interface
Logger
marker - The marker data to take into consideration
public void debug(Markermarker, String msg)
Logger
public void debug(Markermarker, String format, Object arg)
Logger
Logger.debug(String, Object) method except that the marker data is also taken into consideration.
public void debug(Markermarker, String format, Object arg1, Object arg2)
Logger
Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
public void debug(Markermarker, String format, Object ... arguments)
Logger
Logger.debug(String, Object...) method except that the marker data is also taken into consideration.
public void debug(Markermarker, String msg, Throwable t)
Logger
Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.
public boolean isInfoEnabled(Markermarker)
Logger
Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
isInfoEnabled in interface
Logger
marker - The marker data to take into consideration
public void info(Markermarker, String msg)
Logger
public void info(Markermarker, String format, Object arg)
Logger
Logger.info(String, Object) method except that the marker data is also taken into consideration.
public void info(Markermarker, String format, Object arg1, Object arg2)
Logger
Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
public void info(Markermarker, String format, Object ... arguments)
Logger
Logger.info(String, Object...) method except that the marker data is also taken into consideration.
public void info(Markermarker, String msg, Throwable t)
Logger
Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
public boolean isWarnEnabled(Markermarker)
Logger
Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
isWarnEnabled in interface
Logger
marker - The marker data to take into consideration
public void warn(Markermarker, String msg)
Logger
public void warn(Markermarker, String format, Object arg)
Logger
Logger.warn(String, Object) method except that the marker data is also taken into consideration.
public void warn(Markermarker, String format, Object arg1, Object arg2)
Logger
Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
public void warn(Markermarker, String format, Object ... arguments)
Logger
Logger.warn(String, Object...) method except that the marker data is also taken into consideration.
public void warn(Markermarker, String msg, Throwable t)
Logger
Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
public boolean isErrorEnabled(Markermarker)
Logger
Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
isErrorEnabled in interface
Logger
marker - The marker data to take into consideration
public void error(Markermarker, String msg)
Logger
public void error(Markermarker, String format, Object arg)
Logger
Logger.error(String, Object) method except that the marker data is also taken into consideration.
public void error(Markermarker, String format, Object arg1, Object arg2)
Logger
Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
public void error(Markermarker, String format, Object ... arguments)
Logger
Logger.error(String, Object...) method except that the marker data is also taken into consideration.
public void error(Markermarker, String msg, Throwable t)
Logger
Logger.error(String, Throwable) method except that the marker data is also taken into consideration.
public StringtoString()
public StringgetName()
Logger
Logger instance.
protected ObjectreadResolve() throws ObjectStreamException
This approach will work well if the desired ILoggerFactory is the one references by LoggerFactory. However, if the user manages its logger hierarchy through a different (non-static) mechanism, e.g. dependency injection, then this approach would be mostly counterproductive.
ObjectStreamException -