| Package | Description |
|---|---|
| org.slf4j | |
| org.slf4j.helpers |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Marker> |
Marker.iterator()
Returns an Iterator which can be used to iterate over the references of this
marker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Marker.add(Marker reference)
Add a reference to another Marker.
|
boolean |
Marker.contains(Marker other)
Does this marker contain a reference to the 'other' marker? Marker A is defined
to contain marker B, if A == B or if B is referenced by A, or if B is referenced
by any one of A's references (recursively).
|
void |
Logger.debug(Marker marker,
String msg)
Log a message with the specific Marker at the DEBUG level.
|
void |
Logger.debug(Marker marker,
String format,
Object... arguments)
This method is similar to
Logger.debug(String, Object...)
method except that the marker data is also taken into
consideration. |
void |
Logger.debug(Marker marker,
String format,
Object arg)
This method is similar to
Logger.debug(String, Object) method except that the
marker data is also taken into consideration. |
void |
Logger.debug(Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
Logger.debug(String, Object, Object)
method except that the marker data is also taken into
consideration. |
void |
Logger.debug(Marker marker,
String msg,
Throwable t)
This method is similar to
Logger.debug(String, Throwable) method except that the
marker data is also taken into consideration. |
void |
Logger.error(Marker marker,
String msg)
Log a message with the specific Marker at the ERROR level.
|
void |
Logger.error(Marker marker,
String format,
Object... arguments)
This method is similar to
Logger.error(String, Object...)
method except that the marker data is also taken into
consideration. |
void |
Logger.error(Marker marker,
String format,
Object arg)
This method is similar to
Logger.error(String, Object) method except that the
marker data is also taken into consideration. |
void |
Logger.error(Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
Logger.error(String, Object, Object)
method except that the marker data is also taken into
consideration. |
void |
Logger.error(Marker marker,
String msg,
Throwable t)
This method is similar to
Logger.error(String, Throwable)
method except that the marker data is also taken into
consideration. |
void |
Logger.info(Marker marker,
String msg)
Log a message with the specific Marker at the INFO level.
|
void |
Logger.info(Marker marker,
String format,
Object... arguments)
This method is similar to
Logger.info(String, Object...)
method except that the marker data is also taken into
consideration. |
void |
Logger.info(Marker marker,
String format,
Object arg)
This method is similar to
Logger.info(String, Object) method except that the
marker data is also taken into consideration. |
void |
Logger.info(Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
Logger.info(String, Object, Object)
method except that the marker data is also taken into
consideration. |
void |
Logger.info(Marker marker,
String msg,
Throwable t)
This method is similar to
Logger.info(String, Throwable) method
except that the marker data is also taken into consideration. |
boolean |
Logger.isDebugEnabled(Marker marker)
Similar to
Logger.isDebugEnabled() method except that the
marker data is also taken into account. |
boolean |
Logger.isErrorEnabled(Marker marker)
Similar to
Logger.isErrorEnabled() method except that the
marker data is also taken into consideration. |
boolean |
Logger.isInfoEnabled(Marker marker)
Similar to
Logger.isInfoEnabled() method except that the marker
data is also taken into consideration. |
boolean |
Logger.isTraceEnabled(Marker marker)
Similar to
Logger.isTraceEnabled() method except that the
marker data is also taken into account. |
boolean |
Logger.isWarnEnabled(Marker marker)
Similar to
Logger.isWarnEnabled() method except that the marker
data is also taken into consideration. |
boolean |
Marker.remove(Marker reference)
Remove a marker reference.
|
void |
Logger.trace(Marker marker,
String msg)
Log a message with the specific Marker at the TRACE level.
|
void |
Logger.trace(Marker marker,
String format,
Object... argArray)
This method is similar to
Logger.trace(String, Object...)
method except that the marker data is also taken into
consideration. |
void |
Logger.trace(Marker marker,
String format,
Object arg)
This method is similar to
Logger.trace(String, Object) method except that the
marker data is also taken into consideration. |
void |
Logger.trace(Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
Logger.trace(String, Object, Object)
method except that the marker data is also taken into
consideration. |
void |
Logger.trace(Marker marker,
String msg,
Throwable t)
This method is similar to
Logger.trace(String, Throwable) method except that the
marker data is also taken into consideration. |
void |
Logger.warn(Marker marker,
String msg)
Log a message with the specific Marker at the WARN level.
|
void |
Logger.warn(Marker marker,
String format,
Object... arguments)
This method is similar to
Logger.warn(String, Object...)
method except that the marker data is also taken into
consideration. |
void |
Logger.warn(Marker marker,
String format,
Object arg)
This method is similar to
Logger.warn(String, Object) method except that the
marker data is also taken into consideration. |
void |
Logger.warn(Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
Logger.warn(String, Object, Object)
method except that the marker data is also taken into
consideration. |
void |
Logger.warn(Marker marker,
String msg,
Throwable t)
This method is similar to
Logger.warn(String, Throwable) method
except that the marker data is also taken into consideration. |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerIgnoringBase.debug(Marker marker,
String msg) |
void |
MarkerIgnoringBase.debug(Marker marker,
String format,
Object... arguments) |
void |
MarkerIgnoringBase.debug(Marker marker,
String format,
Object arg) |
void |
MarkerIgnoringBase.debug(Marker marker,
String format,
Object arg1,
Object arg2) |
void |
MarkerIgnoringBase.debug(Marker marker,
String msg,
Throwable t) |
void |
MarkerIgnoringBase.error(Marker marker,
String msg) |
void |
MarkerIgnoringBase.error(Marker marker,
String format,
Object... arguments) |
void |
MarkerIgnoringBase.error(Marker marker,
String format,
Object arg) |
void |
MarkerIgnoringBase.error(Marker marker,
String format,
Object arg1,
Object arg2) |
void |
MarkerIgnoringBase.error(Marker marker,
String msg,
Throwable t) |
void |
MarkerIgnoringBase.info(Marker marker,
String msg) |
void |
MarkerIgnoringBase.info(Marker marker,
String format,
Object... arguments) |
void |
MarkerIgnoringBase.info(Marker marker,
String format,
Object arg) |
void |
MarkerIgnoringBase.info(Marker marker,
String format,
Object arg1,
Object arg2) |
void |
MarkerIgnoringBase.info(Marker marker,
String msg,
Throwable t) |
boolean |
MarkerIgnoringBase.isDebugEnabled(Marker marker) |
boolean |
MarkerIgnoringBase.isErrorEnabled(Marker marker) |
boolean |
MarkerIgnoringBase.isInfoEnabled(Marker marker) |
boolean |
MarkerIgnoringBase.isTraceEnabled(Marker marker) |
boolean |
MarkerIgnoringBase.isWarnEnabled(Marker marker) |
void |
MarkerIgnoringBase.trace(Marker marker,
String msg) |
void |
MarkerIgnoringBase.trace(Marker marker,
String format,
Object... arguments) |
void |
MarkerIgnoringBase.trace(Marker marker,
String format,
Object arg) |
void |
MarkerIgnoringBase.trace(Marker marker,
String format,
Object arg1,
Object arg2) |
void |
MarkerIgnoringBase.trace(Marker marker,
String msg,
Throwable t) |
void |
MarkerIgnoringBase.warn(Marker marker,
String msg) |
void |
MarkerIgnoringBase.warn(Marker marker,
String format,
Object... arguments) |
void |
MarkerIgnoringBase.warn(Marker marker,
String format,
Object arg) |
void |
MarkerIgnoringBase.warn(Marker marker,
String format,
Object arg1,
Object arg2) |
void |
MarkerIgnoringBase.warn(Marker marker,
String msg,
Throwable t) |
Copyright © 2020. All rights reserved.