Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- atDebug() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level DEBUG
- atDebug() - Method in interface org.seppiko.commons.logging.Logging
-
Level DEBUG
- atError() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level ERROR
- atError() - Method in interface org.seppiko.commons.logging.Logging
-
Level ERROR
- atFatal() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level FATAL
- atFatal() - Method in interface org.seppiko.commons.logging.Logging
-
Level FATAL
- atInfo() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level INFO
- atInfo() - Method in interface org.seppiko.commons.logging.Logging
-
Level INFO
- atTrace() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level TRACE
- atTrace() - Method in interface org.seppiko.commons.logging.Logging
-
Level TRACE
- atWarn() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Level WARN
- atWarn() - Method in interface org.seppiko.commons.logging.Logging
-
Level WARN
C
- clear() - Method in class org.seppiko.commons.logging.event.DefaultLoggingFactory
-
Clear logging list
- currentLogLevel - Variable in class org.seppiko.commons.logging.event.DefaultLogging
-
current log level.
D
- debug(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the DEBUG level.
- debug(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the DEBUG level.
- debug(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the DEBUG level including the stack trace of the Throwable.
- debug(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the DEBUG level including the stack trace of the Throwable.
- debug(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the DEBUG level with parameters, including the stack trace of the Throwable.
- debug(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the DEBUG level with parameters, including the stack trace of the Throwable.
- DEFAULT_DATE_TIME_FORMAT - Static variable in class org.seppiko.commons.logging.event.DefaultLogging
-
The default format to use when formatting dates
- DefaultLogging - Class in org.seppiko.commons.logging.event
-
Default logging implementation
- DefaultLogging() - Constructor for class org.seppiko.commons.logging.event.DefaultLogging
-
Default constructor
- DefaultLogging(String) - Constructor for class org.seppiko.commons.logging.event.DefaultLogging
-
constructor with logging name
- DefaultLoggingBuilder - Class in org.seppiko.commons.logging.event
-
Default logging builder implementation
- DefaultLoggingFactory - Class in org.seppiko.commons.logging.event
-
Default Logging factory
- DefaultLoggingFactory() - Constructor for class org.seppiko.commons.logging.event.DefaultLoggingFactory
- DefaultLoggingServiceProvider - Class in org.seppiko.commons.logging.spi
-
Default log service provider
- DefaultLoggingServiceProvider() - Constructor for class org.seppiko.commons.logging.spi.DefaultLoggingServiceProvider
E
- error(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the ERROR level.
- error(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the ERROR level.
- error(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the ERROR level including the stack trace of the Throwable.
- error(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the ERROR level including the stack trace of the Throwable.
- error(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the ERROR level with parameters, including the stack trace of the Throwable.
- error(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the ERROR level with parameters, including the stack trace of the Throwable.
F
- fatal(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the FATAL level.
- fatal(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the FATAL level.
- fatal(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the FATAL level including the stack trace of the Throwable.
- fatal(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the FATAL level including the stack trace of the Throwable.
- fatal(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the FATAL level with parameters, including the stack trace of the Throwable.
- fatal(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the FATAL level with parameters, including the stack trace of the Throwable.
G
- getILoggingFactory() - Method in class org.seppiko.commons.logging.spi.DefaultLoggingServiceProvider
-
Get logging factory interface
- getILoggingFactory() - Method in interface org.seppiko.commons.logging.spi.LoggingServiceProvider
-
Get logging factory interface
- getLogging(Class<?>) - Static method in class org.seppiko.commons.logging.LoggingFactory
-
Return a logger named corresponding to the class passed as parameter, using the statically bound
ILoggingFactoryinstance. - getLogging(String) - Method in class org.seppiko.commons.logging.event.DefaultLoggingFactory
-
Get logging.
- getLogging(String) - Method in interface org.seppiko.commons.logging.ILoggingFactory
-
Get logging.
- getLogging(String) - Static method in class org.seppiko.commons.logging.LoggingFactory
-
Return a logger named according to the name parameter using the statically bound
ILoggingFactoryinstance. - getLoggingFactory() - Method in class org.seppiko.commons.logging.spi.DefaultLoggingServiceProvider
-
Get default logging factory
- getLoggingList() - Method in class org.seppiko.commons.logging.event.DefaultLoggingFactory
-
Get logging list
- getName() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Get logging name
- getName() - Method in interface org.seppiko.commons.logging.Logging
-
Get logging name
I
- ILoggingFactory - Interface in org.seppiko.commons.logging
-
Logging factory interface
- info(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the INFO level.
- info(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the INFO level.
- info(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the INFO level including the stack trace of the Throwable.
- info(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the INFO level including the stack trace of the Throwable.
- info(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the INFO level with parameters, including the stack trace of the Throwable.
- info(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the INFO level with parameters, including the stack trace of the Throwable.
- initialize() - Method in class org.seppiko.commons.logging.spi.DefaultLoggingServiceProvider
-
logging factory initialize
- initialize() - Method in interface org.seppiko.commons.logging.spi.LoggingServiceProvider
-
logging factory initialize
- isDebugEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the DEBUG level.
- isDebugEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the DEBUG level.
- isEnable(int) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the given Level.
- isEnable(int) - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the given Level.
- isErrorEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the ERROR level.
- isErrorEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the ERROR level.
- isFatalEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the FATAL level.
- isFatalEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the FATAL level.
- isInfoEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the INFO level.
- isInfoEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the INFO level.
- isTraceEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the TRACE level.
- isTraceEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the TRACE level.
- isWarnEnable() - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Checks whether this Logger is enabled for the WARN level.
- isWarnEnable() - Method in interface org.seppiko.commons.logging.Logging
-
Checks whether this Logger is enabled for the WARN level.
L
- LEVEL_DEBUG_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"DEBUG" level logging.
- LEVEL_ERROR_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"ERROR" level logging.
- LEVEL_FATAL_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"FATAL" level logging.
- LEVEL_INFO_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"INFO" level logging.
- LEVEL_TRACE_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"TRACE" level logging.
- LEVEL_WARN_INT - Static variable in interface org.seppiko.commons.logging.Logging
-
"WARN" level logging.
- log() - Method in class org.seppiko.commons.logging.event.DefaultLoggingBuilder
-
Log builder.
- log() - Method in interface org.seppiko.commons.logging.LoggingBuilder
-
Log builder.
- log(int, CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable, Object...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable, Object...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the specific Marker at the given level.
- Logging - Interface in org.seppiko.commons.logging
-
Logging interface
- LoggingBuilder - Interface in org.seppiko.commons.logging
-
Logging builder interface
- LoggingFactory - Class in org.seppiko.commons.logging
-
Logging factory
- LoggingFactory() - Constructor for class org.seppiko.commons.logging.LoggingFactory
-
Protected constructor that is not available for public use.
- LoggingServiceProvider - Interface in org.seppiko.commons.logging.spi
-
Logging service provider interface
M
- message(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLoggingBuilder
-
Set message
- message(CharSequence) - Method in interface org.seppiko.commons.logging.LoggingBuilder
-
Set message
O
- org.seppiko.commons.logging - package org.seppiko.commons.logging
-
Seppiko Commons Logging
- org.seppiko.commons.logging.event - package org.seppiko.commons.logging.event
-
Seppiko commons logging event
- org.seppiko.commons.logging.spi - package org.seppiko.commons.logging.spi
-
Seppiko commons logging SPI
P
- param(Object) - Method in class org.seppiko.commons.logging.event.DefaultLoggingBuilder
-
Set object parameter
- param(Object) - Method in interface org.seppiko.commons.logging.LoggingBuilder
-
Set object parameter
- param(Supplier<?>) - Method in class org.seppiko.commons.logging.event.DefaultLoggingBuilder
-
Set object parameter
- param(Supplier<?>) - Method in interface org.seppiko.commons.logging.LoggingBuilder
-
Set object parameter
S
- seppiko.commons.logging - module seppiko.commons.logging
-
Seppiko Commons Logging module
- setDelegate(Logging) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
set delegate logging
T
- trace(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the TRACE level.
- trace(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the TRACE level.
- trace(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the TRACE level including the stack trace of the Throwable.
- trace(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the TRACE level including the stack trace of the Throwable.
- trace(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the TRACE level with parameters, including the stack trace of the Throwable.
- trace(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the TRACE level with parameters, including the stack trace of the Throwable.
W
- warn(CharSequence) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message with the WARN level.
- warn(CharSequence) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message with the WARN level.
- warn(CharSequence, Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the WARN level including the stack trace of the Throwable.
- warn(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the WARN level including the stack trace of the Throwable.
- warn(CharSequence, Throwable, Supplier<?>...) - Method in class org.seppiko.commons.logging.event.DefaultLogging
-
Logs a message at the WARN level with parameters, including the stack trace of the Throwable.
- warn(CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.Logging
-
Logs a message at the WARN level with parameters, including the stack trace of the Throwable.
- withCause(Throwable) - Method in class org.seppiko.commons.logging.event.DefaultLoggingBuilder
-
Set throwable
- withCause(Throwable) - Method in interface org.seppiko.commons.logging.LoggingBuilder
-
Set throwable
All Classes and Interfaces|All Packages|Constant Field Values