A C D E F G I L M N O P R S T V W 
All Classes All Packages

A

allDeclaredFieldsOf(Object) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 

C

CACHE_OUTPUT_STREAM_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
CACHE_OUTPUT_STREAM_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
CACHED_SYS_ERR - org.slf4j.impl.OutputChoice.OutputChoiceType
 
CACHED_SYS_OUT - org.slf4j.impl.OutputChoice.OutputChoiceType
 
cacheOutputStream - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
clearMock() - Method in interface org.simplify4u.slf4jmock.internal.ProxyMock
reset internal mocks state.
clearMock() - Static method in class org.simplify4u.slf4jmock.MDCMock
Clear Mock for MDC at current thread.
clearMock() - Method in class org.simplify4u.slf4jmock.MockInvocationHandler
 
clearMock(Class<?>) - Static method in class org.simplify4u.slf4jmock.LoggerMock
Clear Mock for Logger at current thread.
clearMock(String) - Static method in class org.simplify4u.slf4jmock.LoggerMock
Clear Mock for Logger at current thread.
computeOutputChoice(String, boolean) - Static method in class org.slf4j.impl.SimpleLoggerConfiguration
 
computeShortName() - Method in class org.slf4j.impl.SimpleLogger
 
CONFIG_PARAMS - Static variable in class org.slf4j.impl.SimpleLogger
 
CONFIGURATION_FILE - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
createLogger(String) - Method in interface org.simplify4u.slf4jmock.internal.SimpleLoggerFactory
Create SimpleLogger instance.
createLogger(String) - Method in class org.slf4j.impl.SimpleLoggerFactoryImp
 
createNewLoggerProxy(String) - Static method in class org.simplify4u.slf4jmock.LoggerMock
 
currentLogLevel - Variable in class org.slf4j.impl.SimpleLogger
The current log level

D

DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
DATE_TIME_FORMAT_STR_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
dateFormatter - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
dateTimeFormatStr - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
debug(String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which logs messages of level DEBUG according to the format outlined above.
debug(String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level DEBUG, including an exception.
debug(Marker, String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(Marker, String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(Marker, String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(Marker, String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
debug(Marker, String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
DEFAULT_LOG_LEVEL_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
defaultLogLevel - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
delegateLogger - Variable in class org.simplify4u.slf4jmock.SimpleLogger
 

E

error(String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which always logs messages of level ERROR according to the format outlined above.
error(String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level ERROR, including an exception.
error(Marker, String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(Marker, String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(Marker, String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(Marker, String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
error(Marker, String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 

F

FAKE_LOGGER - Static variable in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
FILE - org.slf4j.impl.OutputChoice.OutputChoiceType
 
findClassUnderTest(Object) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
findLoggersMocks(Object, InstanceField) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
findMDCMock(Object) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
formatAndLog(int, String, Object...) - Method in class org.slf4j.impl.SimpleLogger
For formatted messages, first substitute arguments and then log.
formatAndLog(int, String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
For formatted messages, first substitute arguments and then log.

G

getBooleanProperty(String, boolean) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
 
getFormattedDate() - Method in class org.slf4j.impl.SimpleLogger
 
getLoggerFactory() - Static method in class org.simplify4u.slf4jmock.LoggerMock
 
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFromFiled(InstanceField) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
getLoggerName(InstanceField) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
getLoggerProxyByName(String) - Static method in class org.simplify4u.slf4jmock.LoggerMock
 
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
 
getMock() - Method in interface org.simplify4u.slf4jmock.internal.ProxyMock
 
getMock() - Method in class org.simplify4u.slf4jmock.MDCMock
Mock for MDCAdapter .
getMock() - Method in class org.simplify4u.slf4jmock.MockInvocationHandler
 
getMockName() - Method in interface org.simplify4u.slf4jmock.internal.ProxyMock
 
getMockName() - Method in class org.simplify4u.slf4jmock.MockInvocationHandler
 
getName() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
getProxyByName(String) - Static method in class org.simplify4u.slf4jmock.LoggerMock
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
 
getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
Return the singleton of this class.
getStackTraceCleaner(StackTraceCleaner) - Method in class org.simplify4u.slf4jmock.mockito.LoggerStackTraceCleanerProvider
 
getStringProperty(String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
 
getStringProperty(String, String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
 
getTargetPrintStream() - Method in class org.slf4j.impl.OutputChoice
 

I

info(String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which logs messages of level INFO according to the format outlined above.
info(String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level INFO according to the format outlined above.
info(String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level INFO according to the format outlined above.
info(String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level INFO according to the format outlined above.
info(String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level INFO, including an exception.
info(Marker, String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(Marker, String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(Marker, String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(Marker, String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
info(Marker, String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
init() - Static method in class org.slf4j.impl.SimpleLogger
 
init() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
 
INITIALIZED - Static variable in class org.slf4j.impl.SimpleLogger
 
initMockProxy() - Static method in class org.simplify4u.slf4jmock.MDCMock
 
invoke(Object, Method, Object[]) - Method in class org.simplify4u.slf4jmock.MockInvocationHandler
 
isDebugEnabled() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
Are debug messages currently enabled?
isDebugEnabled(Marker) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isErrorEnabled() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
Are error messages currently enabled?
isErrorEnabled(Marker) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isInfoEnabled() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
Are info messages currently enabled?
isInfoEnabled(Marker) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isJdkInternal(StackTraceElement) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerStackTraceCleanerProvider
 
isLevelEnabled(int) - Method in class org.slf4j.impl.SimpleLogger
Is the given log level currently enabled?
isSlf4jMock(StackTraceElement) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerStackTraceCleanerProvider
 
isTraceEnabled() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isTraceEnabled() - Method in class org.slf4j.impl.SimpleLogger
Are trace messages currently enabled?
isTraceEnabled(Marker) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isWarnEnabled() - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
Are warn messages currently enabled?
isWarnEnabled(Marker) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 

L

lazyInit() - Static method in class org.slf4j.impl.SimpleLogger
 
LEVEL_IN_BRACKETS_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
levelInBrackets - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
loadProperties() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
 
log(int, String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
This is our internal implementation for logging regular (non-parameterized) log messages.
log(LoggingEvent) - Method in class org.slf4j.impl.SimpleLogger
 
LOG_FILE_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
LOG_FILE_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_KEY_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_DEBUG - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_ERROR - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_INFO - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_OFF - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_TRACE - Static variable in class org.slf4j.impl.SimpleLogger
 
LOG_LEVEL_WARN - Static variable in class org.slf4j.impl.SimpleLogger
 
logFile - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
LoggerAnnotationEngine - Class in org.simplify4u.slf4jmock.mockito
Extension for Mockito Annotation Engine.
LoggerAnnotationEngine() - Constructor for class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
loggerFactory - Static variable in class org.simplify4u.slf4jmock.LoggerMock
 
LoggerMock - Class in org.simplify4u.slf4jmock
SLF4J Logger mock service.
LoggerMock() - Constructor for class org.simplify4u.slf4jmock.LoggerMock
 
loggers - Static variable in class org.simplify4u.slf4jmock.LoggerMock
 
LoggerStackTraceCleanerProvider - Class in org.simplify4u.slf4jmock.mockito
Cleanup stacktrace of not imported classes.
LoggerStackTraceCleanerProvider() - Constructor for class org.simplify4u.slf4jmock.mockito.LoggerStackTraceCleanerProvider
 

M

mdcAdapterProxy - Static variable in class org.simplify4u.slf4jmock.MDCMock
 
MDCMock - Class in org.simplify4u.slf4jmock
MDC Mock service.
MDCMock() - Constructor for class org.simplify4u.slf4jmock.MDCMock
 
MockInvocationHandler - Class in org.simplify4u.slf4jmock
 
MockInvocationHandler(String, Supplier<?>) - Constructor for class org.simplify4u.slf4jmock.MockInvocationHandler
 
mockLoggerMerge(Logger, Logger) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
MockRuntimeException - Exception in org.simplify4u.slf4jmock.mockito
Indicate problems during Mocks preparation.
MockRuntimeException(String) - Constructor for exception org.simplify4u.slf4jmock.mockito.MockRuntimeException
 
mockThreadLocal - Variable in class org.simplify4u.slf4jmock.MockInvocationHandler
 

N

name - Variable in class org.simplify4u.slf4jmock.MockInvocationHandler
 

O

org.simplify4u.slf4jmock - package org.simplify4u.slf4jmock
 
org.simplify4u.slf4jmock.internal - package org.simplify4u.slf4jmock.internal
 
org.simplify4u.slf4jmock.mockito - package org.simplify4u.slf4jmock.mockito
 
org.slf4j.impl - package org.slf4j.impl
 
outputChoice - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
OutputChoice - Class in org.slf4j.impl
This class encapsulates the user's choice of output target.
OutputChoice(PrintStream) - Constructor for class org.slf4j.impl.OutputChoice
 
OutputChoice(OutputChoice.OutputChoiceType) - Constructor for class org.slf4j.impl.OutputChoice
 
OutputChoice.OutputChoiceType - Enum in org.slf4j.impl
 
outputChoiceType - Variable in class org.slf4j.impl.OutputChoice
 
OutputChoiceType() - Constructor for enum org.slf4j.impl.OutputChoice.OutputChoiceType
 

P

prepareSpyLogger(Object) - Static method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
process(Class<?>, Object) - Method in class org.simplify4u.slf4jmock.mockito.LoggerAnnotationEngine
 
properties - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
ProxyMock - Interface in org.simplify4u.slf4jmock.internal
Interface to describe proxy for created Logger.

R

recursivelyComputeLevelString() - Method in class org.slf4j.impl.SimpleLogger
 
renderLevel(int) - Method in class org.slf4j.impl.SimpleLogger
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
 

S

serialVersionUID - Static variable in exception org.simplify4u.slf4jmock.mockito.MockRuntimeException
 
serialVersionUID - Static variable in class org.slf4j.impl.SimpleLogger
 
setMock(Class<?>, Logger) - Static method in class org.simplify4u.slf4jmock.LoggerMock
Set Mock for given Logger at current thread.
setMock(Object) - Method in interface org.simplify4u.slf4jmock.internal.ProxyMock
 
setMock(Object) - Method in class org.simplify4u.slf4jmock.MockInvocationHandler
 
setMock(String, Logger) - Static method in class org.simplify4u.slf4jmock.LoggerMock
Set Mock for given Logger at current thread.
setMock(MDCAdapter) - Static method in class org.simplify4u.slf4jmock.MDCMock
Set Mock for MDC at current thread.
shortLogName - Variable in class org.slf4j.impl.SimpleLogger
The short name of this simple log instance
SHOW_DATE_TIME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
SHOW_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
SHOW_SHORT_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
SHOW_THREAD_ID_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
See https://jira.qos.ch/browse/SLF4J-499
SHOW_THREAD_ID_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
SHOW_THREAD_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
SHOW_THREAD_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
showDateTime - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
showLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
showShortLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
showThreadId - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
showThreadName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
SimpleLogger - Class in org.simplify4u.slf4jmock
Access to SLF4J SimpleLogger by own implementation.
SimpleLogger - Class in org.slf4j.impl
Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to the console (System.err).
SimpleLogger(Class<?>) - Constructor for class org.simplify4u.slf4jmock.SimpleLogger
Create SimpleLogger instance with name of class
SimpleLogger(String) - Constructor for class org.simplify4u.slf4jmock.SimpleLogger
Create SimpleLogger instance with name
SimpleLogger(String) - Constructor for class org.slf4j.impl.SimpleLogger
Package access allows only SimpleLoggerFactory to instantiate SimpleLogger instances.
SimpleLoggerConfiguration - Class in org.slf4j.impl
This class holds configuration values for SimpleLogger.
SimpleLoggerConfiguration() - Constructor for class org.slf4j.impl.SimpleLoggerConfiguration
 
SimpleLoggerFactory - Interface in org.simplify4u.slf4jmock.internal
Service for creating SimpleLogger by desired slf4j implementation.
SimpleLoggerFactoryImp - Class in org.slf4j.impl
Implementing SimpleLogger factory
SimpleLoggerFactoryImp() - Constructor for class org.slf4j.impl.SimpleLoggerFactoryImp
 
SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
 
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
 
START_TIME - Static variable in class org.slf4j.impl.SimpleLogger
 
StaticLoggerBinder - Class in org.slf4j.impl
Implementation of Logger Binder.
StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
 
StaticMDCBinder - Class in org.slf4j.impl
Implementation for MDC Binder
StaticMDCBinder() - Constructor for class org.slf4j.impl.StaticMDCBinder
 
stringToLevel(String) - Static method in class org.slf4j.impl.SimpleLoggerConfiguration
 
SYS_ERR - org.slf4j.impl.OutputChoice.OutputChoiceType
 
SYS_OUT - org.slf4j.impl.OutputChoice.OutputChoiceType
 
SYSTEM_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
All system properties used by SimpleLogger start with this prefix

T

targetPrintStream - Variable in class org.slf4j.impl.OutputChoice
 
TID_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
 
trace(String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which logs messages of level TRACE according to the format outlined above.
trace(String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level TRACE, including an exception.
trace(Marker, String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(Marker, String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(Marker, String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(Marker, String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
trace(Marker, String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 

V

valueOf(String) - Static method in enum org.slf4j.impl.OutputChoice.OutputChoiceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.slf4j.impl.OutputChoice.OutputChoiceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which always logs messages of level WARN according to the format outlined above.
warn(String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level WARN, including an exception.
warn(Marker, String) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(Marker, String, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(Marker, String, Object...) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(Marker, String, Object, Object) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
warn(Marker, String, Throwable) - Method in class org.simplify4u.slf4jmock.SimpleLogger
 
WARN_LEVEL_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
 
WARN_LEVELS_STRING_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
warnLevelString - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
 
write(StringBuilder, Throwable) - Method in class org.slf4j.impl.SimpleLogger
To avoid intermingling of log messages and associated stack traces, the two operations are done in a synchronized block.
writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.impl.SimpleLogger
 
A C D E F G I L M N O P R S T V W 
All Classes All Packages