Index

A C D E G I L N O P S T W 
All Classes and Interfaces|All Packages

A

alert(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
alert(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
alert(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
alert(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

C

createInstance() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactory
createInstance(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactory
createInstance(String, Map<String, String>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactory
createInstance(Map<String, String>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactory
createRuntimeLogger() - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by Slf4jRuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(String) - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by Slf4jRuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(String, Map<String, String>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by Slf4jRuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(Map<String, String>) - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by Slf4jRuntimeLoggerFactorySingleton.getInstance().
critical(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
critical(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
critical(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
critical(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

D

debug(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
debug(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

E

error(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
error(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
error(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
error(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

G

getInstance() - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Returns the singleton's instance as fabricated by this Slf4jRuntimeLoggerFactorySingleton.
getLogPriority() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
getName() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

I

info(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
info(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLog(LogPriority) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogAlert() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogCritical() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogDebug() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogError() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogInfo() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogNotice() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogPanic() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogTrace() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
isLogWarn() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

L

log(LogPriority, String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
log(LogPriority, String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
log(LogPriority, String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
log(LogPriority, String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
log(Record<? extends Object>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jLogger

N

notice(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
notice(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

O

org.refcodes.logger.alt.slf4j - module org.refcodes.logger.alt.slf4j
 
org.refcodes.logger.alt.slf4j - package org.refcodes.logger.alt.slf4j
This artifact attaches accordingly configured RuntimeLogger instances of the refcodes-logger toolkit to an existing SLF4J (version >= 2.0) binding, causing your runtime logs to be logged with your SLF4J configuration.

P

panic(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
panic(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
panic(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
panic(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

S

setName(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jLogger
setName(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
Slf4jLogger - Class in org.refcodes.logger.alt.slf4j
The Slf4jLogger delegates all logs to an according Logger instance.
Slf4jLogger() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jLogger
Instantiates a new Slf4jLogger by determining the underlying Logger's name from the caller's stack trace.
Slf4jLogger(String) - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jLogger
Instantiates a new Slf4jLogger by setting the underlying Logger's name with the provided name.See also Slf4jLogger.setName(String).
Slf4jRuntimeLogger - Class in org.refcodes.logger.alt.slf4j
Alternate implementation of the RuntimeLogger to log using SLF4J.
Slf4jRuntimeLogger() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
In case the Slf4jRuntimeLogger (as created by the Slf4jRuntimeLoggerFactorySingleton) detects that SLF4J has bound a SLF4J RuntimeLoggerAdapterImpl (see refcodes-logger-ext-slf4j, the REFCODES.ORG SLF4J binding) (i.e. the REFCODES.ORG SLF4J binding), it directly delegates its method calls to the wrapped RuntimeLogger instead of marshaling a log request through the SLF4J RuntimeLoggerAdapterImpl; as marshaling would mean consolidating of various detailed LogPriority levels to a single SLF4J log level.
Slf4jRuntimeLogger(Logger) - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
In case the Slf4jRuntimeLogger (as created by the Slf4jRuntimeLoggerFactorySingleton) detects that SLF4J has bound a SLF4J RuntimeLoggerAdapterImpl (see refcodes-logger-ext-slf4j, the REFCODES.ORG SLF4J binding), it directly delegates its method calls to the wrapped RuntimeLogger instead of marshaling a log request through the SLF4J RuntimeLoggerAdapterImpl as marshaling would mean consolidating of various detailed LogPriority levels to a single SLF4J log level.
Slf4jRuntimeLoggerFactory - Class in org.refcodes.logger.alt.slf4j
The Class Slf4jRuntimeLoggerFactory.
Slf4jRuntimeLoggerFactory() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactory
Instantiates a new slf 4 j runtime logger factory impl.
Slf4jRuntimeLoggerFactorySingleton - Class in org.refcodes.logger.alt.slf4j
The Class Slf4jRuntimeLoggerFactorySingleton.
Slf4jRuntimeLoggerFactorySingleton() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Instantiates a new slf 4 j runtime logger factory singleton.

T

trace(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
trace(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger

W

warn(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
warn(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
warn(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
warn(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLogger
A C D E G I L N O P S T W 
All Classes and Interfaces|All Packages