Index

A D E F I L O T W 
All Classes and Interfaces|All Packages

A

AbstractLogging - Interface in org.seppiko.commons.logging
Abstract Logging interface
AbstractLoggingExtended - Interface in org.seppiko.commons.logging
Abstract Logging Extended interface

D

debug(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the DEBUG level.
debug(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the DEBUG level including the stack trace of the Throwable.

E

error(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the ERROR level.
error(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the ERROR level including the stack trace of the Throwable.

F

fatal(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the FATAL level.
fatal(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the FATAL level including the stack trace of the Throwable.

I

info(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the INFO level.
info(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the INFO level including the stack trace of the Throwable.
isDebugEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the DEBUG level.
isEnable(int) - Method in interface org.seppiko.commons.logging.AbstractLoggingExtended
Checks whether this Logger is enabled for the given Level.
isErrorEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the ERROR level.
isFatalEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the FATAL level.
isInfoEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the INFO level.
isTraceEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the TRACE level.
isWarnEnable() - Method in interface org.seppiko.commons.logging.AbstractLogging
Checks whether this Logger is enabled for the WARN level.

L

log(int, CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLoggingExtended
Logs a message with the specific Marker at the given level.
log(int, CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLoggingExtended
Logs a message with the specific Marker at the given level.

O

org.seppiko.commons.logging - package org.seppiko.commons.logging
 

T

trace(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the TRACE level.
trace(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the TRACE level including the stack trace of the Throwable.

W

warn(CharSequence) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a message CharSequence with the WARN level.
warn(CharSequence, Throwable) - Method in interface org.seppiko.commons.logging.AbstractLogging
Logs a CharSequence at the WARN level including the stack trace of the Throwable.
A D E F I L O T W 
All Classes and Interfaces|All Packages