A C D E G I L N O P S T W 

A

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

C

createInstance() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactoryImpl
createInstance(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactoryImpl
createInstance(String, Map<String, String>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactoryImpl
createInstance(Map<String, String>) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactoryImpl
createRuntimeLogger() - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by getInstance().
createRuntimeLogger(String) - Static method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by 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 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 getInstance().
critical(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
critical(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
critical(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
critical(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl

D

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

E

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

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.Slf4jRuntimeLoggerImpl
getName() - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl

I

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

L

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

N

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

O

org.refcodes.logger.alt.slf4j - package org.refcodes.logger.alt.slf4j
This package provides a bridge from a RuntimeLogger to an SLF4J Logger.The RuntimeLogger created by the Slf4jRuntimeLoggerFactoryImpl uses an underlying SLF4J logger as factored by the SLF4J framework being the logger subsystem bound to the SLF4J framework.

P

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

S

Slf4jLoggerImpl - Class in org.refcodes.logger.alt.slf4j
The Class Slf4jLoggerImpl.
Slf4jLoggerImpl() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jLoggerImpl
Instantiates a new slf 4 j logger impl.
Slf4jRuntimeLoggerFactoryImpl - Class in org.refcodes.logger.alt.slf4j
The Class Slf4jRuntimeLoggerFactoryImpl.
Slf4jRuntimeLoggerFactoryImpl() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerFactoryImpl
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.
Slf4jRuntimeLoggerImpl - Class in org.refcodes.logger.alt.slf4j
Alternate implementation of the RuntimeLogger to log using SLF4J.
Slf4jRuntimeLoggerImpl() - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
In case the Slf4jRuntimeLoggerImpl (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.
Slf4jRuntimeLoggerImpl(Logger) - Constructor for class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
In case the Slf4jRuntimeLoggerImpl (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.

T

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

W

warn(String) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
warn(String, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
warn(String, Throwable) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
warn(String, Throwable, Object...) - Method in class org.refcodes.logger.alt.slf4j.Slf4jRuntimeLoggerImpl
A C D E G I L N O P S T W 
Skip navigation links

Copyright © 2018. All rights reserved.