Skip navigation links
A C D E F G H I L M N O R T W 

A

add(Marker) - Method in interface org.slf4j.Marker
Add a reference to another Marker.
ANY_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any marker, including a null marker.
ANY_NON_NULL_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any non-null marker.
arrayFormat(String, Object...) - Static method in class org.slf4j.helpers.MessageFormatter
Same principle as the MessageFormatter.format(String, Object) and MessageFormatter.format(String, Object, Object) methods except that any number of arguments can be passed in an array.

C

contains(Marker) - Method in interface org.slf4j.Marker
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).
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.

D

debug(String) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
debug(String, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
debug(String, Object, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
debug(String, Object...) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
debug(String, Throwable) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(String) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level.
debug(String, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object...) method except that the marker data is also taken into consideration.
debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.

E

equals(Object) - Method in interface org.slf4j.Marker
Markers are considered equal if they have the same name.
error(String) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
error(String, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
error(String, Object, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
error(String, Object...) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
error(String, Throwable) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(String) - Method in interface org.slf4j.Logger
Log a message at the ERROR level.
error(String, Object) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the ERROR level.
error(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object...) method except that the marker data is also taken into consideration.
error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.

F

format(String, Object) - Static method in class org.slf4j.helpers.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class org.slf4j.helpers.MessageFormatter
Performs a two argument substitution for the 'messagePattern' passed as parameter.
FormattingTuple - Class in org.slf4j.helpers
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
 

G

getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
 
getLogger(String) - Method in interface org.slf4j.ILoggerFactory
Return an appropriate Logger instance as specified by the name parameter.
getLogger(String) - Static method in class org.slf4j.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(Class) - Static method in class org.slf4j.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getMessage() - Method in class org.slf4j.helpers.FormattingTuple
 
getName() - Method in interface org.slf4j.Logger
Return the name of this Logger instance.
getName() - Method in interface org.slf4j.Marker
Get the name of this Marker.
getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
 
GWTLoggerAdapter - Class in org.dominokit.domino.logger
 
GWTLoggerAdapter(String) - Constructor for class org.dominokit.domino.logger.GWTLoggerAdapter
 

H

hasChildren() - Method in interface org.slf4j.Marker
Deprecated.
hashCode() - Method in interface org.slf4j.Marker
Compute the hash code based on the name of this marker.
hasReferences() - Method in interface org.slf4j.Marker
Does this marker have any references?

I

ILoggerFactory - Interface in org.slf4j
ILoggerFactory instances manufacture Logger instances by name.
info(String) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
info(String, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
info(String, Object, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
info(String, Object...) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
info(String, Throwable) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(String) - Method in interface org.slf4j.Logger
Log a message at the INFO level.
info(String, Object) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the INFO level.
info(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object...) method except that the marker data is also taken into consideration.
info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
isDebugEnabled() - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isDebugEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isErrorEnabled() - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isErrorEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
isInfoEnabled() - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isInfoEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the INFO level?
isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
isTraceEnabled() - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isTraceEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the TRACE level?
isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isTraceEnabled() method except that the marker data is also taken into account.
isWarnEnabled() - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isWarnEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
iterator() - Method in interface org.slf4j.Marker
Returns an Iterator which can be used to iterate over the references of this marker.

L

Logger - Interface in org.slf4j
The Logger interface is the main user entry point of SLF4J API.
LoggerFactory - Class in org.slf4j

LoggerFactory is essentially a wrapper around an ILoggerFactory instance bound with LoggerFactory at compile time.

M

Marker - Interface in org.slf4j
Markers are named objects used to enrich log statements.
MarkerIgnoringBase - Class in org.slf4j.helpers
This class serves as base for adapters or native implementations of logging systems lacking Marker support.
MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
 
MessageFormatter - Class in org.slf4j.helpers
Formats messages according to very simple substitution rules.

N

NULL - Static variable in class org.slf4j.helpers.FormattingTuple
 

O

OFFSET - Static variable in class org.slf4j.helpers.MessageFormatter
 
org.dominokit.domino.logger - package org.dominokit.domino.logger
 
org.slf4j - package org.slf4j
 
org.slf4j.helpers - package org.slf4j.helpers
 

R

remove(Marker) - Method in interface org.slf4j.Marker
Remove a marker reference.
ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
Case insensitive String constant used to retrieve the name of the root logger.

T

toString() - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(String) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
trace(String, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
trace(String, Object, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
trace(String, Object...) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
trace(String, Throwable) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(String) - Method in interface org.slf4j.Logger
Log a message at the TRACE level.
trace(String, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object...) method except that the marker data is also taken into consideration.
trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.

W

warn(String) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
warn(String, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
warn(String, Object, Object) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
warn(String, Object...) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
warn(String, Throwable) - Method in class org.dominokit.domino.logger.GWTLoggerAdapter
 
warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(String) - Method in interface org.slf4j.Logger
Log a message at the WARN level.
warn(String, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object...) method except that the marker data is also taken into consideration.
warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
A C D E F G H I L M N O R T W 
Skip navigation links

Copyright © 2020. All rights reserved.