Index

B C D E F G I L M O P R T V W 
All Classes and Interfaces|All Packages

B

BaseLogger - Class in org.eximeebpms.commons.logging
Base class for implementing a logger class.
BaseLogger() - Constructor for class org.eximeebpms.commons.logging.BaseLogger
 

C

componentId - Variable in class org.eximeebpms.commons.logging.BaseLogger
the component Id of the logger.
createLogger(Class<T>, String, String, String) - Static method in class org.eximeebpms.commons.logging.BaseLogger
Creates a new instance of the Logger.

D

DEBUG - Enum constant in enum class org.eximeebpms.commons.logging.Level
 
delegateLogger - Variable in class org.eximeebpms.commons.logging.BaseLogger
the slf4j logger we delegate to

E

ERROR - Enum constant in enum class org.eximeebpms.commons.logging.Level
 
exceptionMessage(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Prepares an exception message

F

formatMessageTemplate(String, String) - Method in class org.eximeebpms.commons.logging.BaseLogger
Formats a message template

G

get(String) - Static method in class org.eximeebpms.commons.logging.MdcAccess
see MDC.get(String)
getValue() - Method in enum class org.eximeebpms.commons.logging.Level
 

I

INFO - Enum constant in enum class org.eximeebpms.commons.logging.Level
 
isDebugEnabled() - Method in class org.eximeebpms.commons.logging.BaseLogger
 
isErrorEnabled() - Method in class org.eximeebpms.commons.logging.BaseLogger
 
isInfoEnabled() - Method in class org.eximeebpms.commons.logging.BaseLogger
 
isWarnEnabled() - Method in class org.eximeebpms.commons.logging.BaseLogger
 

L

Level - Enum Class in org.eximeebpms.commons.logging
 
log(String, String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs a message with the specified log level.
log(String, Level, String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs a message with the specified log level.
logDebug(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs a 'DEBUG' message
logError(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs an 'ERROR' message
logInfo(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs an 'INFO' message
logTrace(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs a 'TRACE' message
logWarn(String, String, Object...) - Method in class org.eximeebpms.commons.logging.BaseLogger
Logs an 'WARN' message

M

MdcAccess - Class in org.eximeebpms.commons.logging
Facade for the SLF4j MDC
MdcAccess() - Constructor for class org.eximeebpms.commons.logging.MdcAccess
 

O

org.eximeebpms.commons.logging - package org.eximeebpms.commons.logging
 

P

parse(String, Level) - Static method in enum class org.eximeebpms.commons.logging.Level
Parse value or fallback to default level
projectCode - Variable in class org.eximeebpms.commons.logging.BaseLogger
the project code of the logger
put(String, String) - Static method in class org.eximeebpms.commons.logging.MdcAccess
see MDC.put(String, String)

R

remove(String) - Static method in class org.eximeebpms.commons.logging.MdcAccess
see MDC.remove(String)

T

TRACE - Enum constant in enum class org.eximeebpms.commons.logging.Level
 

V

valueOf(String) - Static method in enum class org.eximeebpms.commons.logging.Level
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eximeebpms.commons.logging.Level
Returns an array containing the constants of this enum class, in the order they are declared.

W

WARN - Enum constant in enum class org.eximeebpms.commons.logging.Level
 
B C D E F G I L M O P R T V W 
All Classes and Interfaces|All Packages