Index
All Classes and Interfaces|All Packages
A
- atDebug() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level DEBUG
- atError() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level ERROR
- atFatal() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level FATAL
- atInfo() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level INFO
- atTrace() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level TRACE
- atWarn() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Level WARN
D
- debug(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the DEBUG level.
- debug(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the DEBUG level including the stack trace of the Throwable.
E
- error(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the ERROR level.
- error(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the ERROR level including the stack trace of the Throwable.
F
- fatal(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the FATAL level.
- fatal(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the FATAL level including the stack trace of the Throwable.
I
- ILogging - Interface in org.seppiko.commons.logging
-
Logging interface
- ILoggingBuilder - Interface in org.seppiko.commons.logging
-
Logging builder interface
- ILoggingExtended - Interface in org.seppiko.commons.logging
-
Logging Extended interface
- info(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the INFO level.
- info(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the INFO level including the stack trace of the Throwable.
- isDebugEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the DEBUG level.
- isEnable(int) - Method in interface org.seppiko.commons.logging.ILoggingExtended
-
Checks whether this Logger is enabled for the given Level.
- isErrorEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the ERROR level.
- isFatalEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the FATAL level.
- isInfoEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the INFO level.
- isTraceEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the TRACE level.
- isWarnEnable() - Method in interface org.seppiko.commons.logging.ILogging
-
Checks whether this Logger is enabled for the WARN level.
L
- log() - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Logging builder
- log(int, CharSequence) - Method in interface org.seppiko.commons.logging.ILoggingExtended
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILoggingExtended
-
Logs a message with the specific Marker at the given level.
- log(int, CharSequence, Throwable, Supplier<?>...) - Method in interface org.seppiko.commons.logging.ILoggingExtended
-
Logs a message with the specific Marker at the given level.
M
- message(CharSequence) - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Set message
O
- org.seppiko.commons.logging - package org.seppiko.commons.logging
-
Seppiko Commons Logging
P
- param(Supplier<?>) - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Set object parameter
S
- seppiko.commons.logging - module seppiko.commons.logging
-
Seppiko Commons Logging module
T
- trace(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the TRACE level.
- trace(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the TRACE level including the stack trace of the Throwable.
W
- warn(CharSequence) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a message CharSequence with the WARN level.
- warn(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.ILogging
-
Logs a CharSequence at the WARN level including the stack trace of the Throwable.
- withCause(Throwable) - Method in interface org.seppiko.commons.logging.ILoggingBuilder
-
Set throwable
All Classes and Interfaces|All Packages