|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marker | |
---|---|
org.slf4j | Core logging interfaces. |
org.slf4j.ext | SLF4J API extensions |
org.slf4j.helpers | Helper classes. |
org.slf4j.impl | Implementations of core logging interfaces defined in the org.slf4j package. |
org.slf4j.spi | Classes and interfaces which are internal to SLF4J. |
Uses of Marker in org.slf4j |
---|
Methods in org.slf4j that return Marker | |
---|---|
static Marker |
MarkerFactory.getDetachedMarker(String name)
Create a marker which is detached (even at birth) from the MarkerFactory. |
Marker |
IMarkerFactory.getDetachedMarker(String name)
Create a marker which is detached (even at birth) from this IMarkerFactory. |
static Marker |
MarkerFactory.getMarker(String name)
Return a Marker instance as specified by the name parameter using the previously bound IMarkerFactory instance. |
Marker |
IMarkerFactory.getMarker(String name)
Manufacture a Marker instance by name. |
Methods in org.slf4j with parameters of type Marker | |
---|---|
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? |
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 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[] argArray)
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 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[] argArray)
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 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[] argArray)
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 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[] 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 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 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[] argArray)
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. |
Uses of Marker in org.slf4j.ext |
---|
Methods in org.slf4j.ext with parameters of type Marker | |
---|---|
void |
LoggerWrapper.debug(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.debug(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.debug(Marker marker,
String format,
Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.debug(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.debug(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.error(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.error(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.error(Marker marker,
String format,
Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.error(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.error(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.info(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.info(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.info(Marker marker,
String format,
Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.info(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.info(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger. |
boolean |
LoggerWrapper.isDebugEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger. |
boolean |
LoggerWrapper.isErrorEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger. |
boolean |
LoggerWrapper.isInfoEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger. |
boolean |
LoggerWrapper.isTraceEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger. |
boolean |
LoggerWrapper.isWarnEnabled(Marker marker)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.trace(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.trace(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.trace(Marker marker,
String format,
Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.trace(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.trace(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.warn(Marker marker,
String msg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.warn(Marker marker,
String format,
Object arg)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.warn(Marker marker,
String format,
Object[] argArray)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.warn(Marker marker,
String format,
Object arg1,
Object arg2)
Delegate to the appropriate method of the underlying logger. |
void |
LoggerWrapper.warn(Marker marker,
String msg,
Throwable t)
Delegate to the appropriate method of the underlying logger. |
Uses of Marker in org.slf4j.helpers |
---|
Classes in org.slf4j.helpers that implement Marker | |
---|---|
class |
BasicMarker
A simple implementation of the Marker interface. |
Methods in org.slf4j.helpers that return Marker | |
---|---|
Marker |
BasicMarkerFactory.getDetachedMarker(String name)
|
Marker |
BasicMarkerFactory.getMarker(String name)
Manufacture a BasicMarker instance by name. |
Methods in org.slf4j.helpers with parameters of type Marker | |
---|---|
void |
BasicMarker.add(Marker reference)
|
boolean |
BasicMarker.contains(Marker other)
|
void |
MarkerIgnoringBase.debug(Marker marker,
String msg)
|
void |
MarkerIgnoringBase.debug(Marker marker,
String format,
Object arg)
|
void |
MarkerIgnoringBase.debug(Marker marker,
String format,
Object[] argArray)
|
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 arg)
|
void |
MarkerIgnoringBase.error(Marker marker,
String format,
Object[] argArray)
|
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 arg)
|
void |
MarkerIgnoringBase.info(Marker marker,
String format,
Object[] argArray)
|
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)
|
boolean |
BasicMarker.remove(Marker referenceToRemove)
|
void |
MarkerIgnoringBase.trace(Marker marker,
String msg)
|
void |
MarkerIgnoringBase.trace(Marker marker,
String format,
Object arg)
|
void |
MarkerIgnoringBase.trace(Marker marker,
String format,
Object[] argArray)
|
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 arg)
|
void |
MarkerIgnoringBase.warn(Marker marker,
String format,
Object[] argArray)
|
void |
MarkerIgnoringBase.warn(Marker marker,
String format,
Object arg1,
Object arg2)
|
void |
MarkerIgnoringBase.warn(Marker marker,
String msg,
Throwable t)
|
Uses of Marker in org.slf4j.impl |
---|
Methods in org.slf4j.impl with parameters of type Marker | |
---|---|
void |
Log4jLoggerAdapter.log(Marker marker,
String callerFQCN,
int level,
String msg,
Throwable t)
|
void |
JDK14LoggerAdapter.log(Marker marker,
String callerFQCN,
int level,
String message,
Throwable t)
|
Uses of Marker in org.slf4j.spi |
---|
Methods in org.slf4j.spi with parameters of type Marker | |
---|---|
void |
LocationAwareLogger.log(Marker marker,
String fqcn,
int level,
String message,
Throwable t)
Printing method with support for location information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |