C D E F G H I J L M P R S T W 
All Classes All Packages

C

clear() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Clears the underlying MDC implementation.
clear() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
Clears the underlying MDC implementation.
clear() - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Clears the underlying MDC implementation.
clear() - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapter
Clears the underlying MDC implementation.
clear() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Clears the underlying MDC implementation.
CoffeeMDCAdapter - Class in hu.icellmobilsoft.coffee.se.logging.mdc
Fallback MDC adapter for coffee; if no other adapter is available
CoffeeMDCAdapter() - Constructor for class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Default constructor, constructs a new object.

D

debug(String) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the DEBUG level.
debug(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the DEBUG level.
debug(String, Object...) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(String, Throwable) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
DEBUG - Static variable in class hu.icellmobilsoft.coffee.se.logging.JulLevel
The JulLevel DEBUG, providing detailed informations for debugging.
DefaultLogger - Class in hu.icellmobilsoft.coffee.se.logging
Logger default implementation without cdi

E

error(String) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the ERROR level.
error(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the ERROR level.
error(String, Object...) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
ERROR - Static variable in class hu.icellmobilsoft.coffee.se.logging.JulLevel
The JulLevel ERROR, indicating some errors.

F

findAdapter() - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapters
Finds available MDC Adapter.

G

get(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Gets value for key or null from underlying MDC implementation.
get(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
Gets value for key or null from underlying MDC implementation.
get(String) - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Gets value for key or null from underlying MDC implementation.
get(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapter
Gets value for key or null from underlying MDC implementation.
get(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Gets value for key or null from underlying MDC implementation.
getAdapter() - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapterProvider
Provide and initializes MDCAdapter instance.
getLogger() - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
getLogger.
getLogger() - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
getLogger.
getLogger(Class<?>) - Static method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Construct a new DefaultLogger instance.
getLogger(Class<?>) - Static method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Construct a new Logger instance.
getLogger(String) - Static method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Construct a new Logger instance.
getLogger(String) - Static method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Construct a new Logger instance.
getMap() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Returns the diagnostic context map from the underlying MDC implementation.
getMap() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
Returns the diagnostic context map from the underlying MDC implementation.
getMap() - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Returns the diagnostic context map from the underlying MDC implementation.
getMap() - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapter
Returns the diagnostic context map from the underlying MDC implementation.
getMap() - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Returns the diagnostic context map from the underlying MDC implementation.

H

hu.icellmobilsoft.coffee.se.logging - package hu.icellmobilsoft.coffee.se.logging
 
hu.icellmobilsoft.coffee.se.logging.mdc - package hu.icellmobilsoft.coffee.se.logging.mdc
 

I

info(String) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the INFO level.
info(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the INFO level.
info(String, Object...) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
INFO - Static variable in class hu.icellmobilsoft.coffee.se.logging.JulLevel
The JulLevel INFO, providing informational massages.
isDebugEnabled() - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Is the logger instance enabled for the DEBUG level?
isInfoEnabled() - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Is the logger instance enabled for the INFO level?
isInfoEnabled() - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Is the logger instance enabled for the INFO level?
isTraceEnabled() - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Is the logger instance enabled for the TRACE level?
isTraceEnabled() - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Is the logger instance enabled for the TRACE level?

J

JbossMDCAdapter - Class in hu.icellmobilsoft.coffee.se.logging.mdc
MDC adapter for org.jboss.logging.MDC
JbossMDCAdapter() - Constructor for class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
JbossMDCAdapter default constructor
JulLevel - Class in hu.icellmobilsoft.coffee.se.logging
Java Util Logging level extension, to enable use of DEBUG, TRACE levels.
JulLevel(String, int) - Constructor for class hu.icellmobilsoft.coffee.se.logging.JulLevel
Instantiates a new Jul level.

L

Logger - Interface in hu.icellmobilsoft.coffee.se.logging
Based on slf4j.Logger

M

MDC - Class in hu.icellmobilsoft.coffee.se.logging.mdc
Mapped Diagnostic Context.
MDC() - Constructor for class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Default constructor, constructs a new object.
MDCAdapter - Interface in hu.icellmobilsoft.coffee.se.logging.mdc
MDC Adapter interface for wrapping different MDC implementations
MDCAdapterProvider - Interface in hu.icellmobilsoft.coffee.se.logging.mdc
Provider interface for defining custom MDCAdapters.
Implementations can be activated via service loader mechanism.
ie.: placing the fully qualified name of the implementing class into META-INF/services/hu.icellmobilsoft.coffee.cdi.logger.mdc.MDCAdapterProvider file
MDCAdapters - Class in hu.icellmobilsoft.coffee.se.logging.mdc
Utility class for finding available MDC adapters
MDCAdapters() - Constructor for class hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapters
Default constructor, constructs a new object.

P

put(String, String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Puts value into underlying MDC implementation.
put(String, String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
Puts value into underlying MDC implementation.
put(String, String) - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Puts value into underlying MDC implementation.
put(String, String) - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapter
Puts value into underlying MDC implementation.
put(String, String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Puts value into underlying MDC implementation.

R

remove(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.CoffeeMDCAdapter
Removes the value for key from the underlying MDC implementation.
remove(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.JbossMDCAdapter
Removes the value for key from the underlying MDC implementation.
remove(String) - Static method in class hu.icellmobilsoft.coffee.se.logging.mdc.MDC
Removes the value for key from the underlying MDC implementation.
remove(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.mdc.MDCAdapter
Removes the value for key from the underlying MDC implementation.
remove(String) - Method in class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Removes the value for key from the underlying MDC implementation.

S

setLogger(Logger) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
setLogger.
setLogger(Logger) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
setLogger.
Slf4jMDCAdapter - Class in hu.icellmobilsoft.coffee.se.logging.mdc
MDC adapter for org.slf4j.MDC
Slf4jMDCAdapter() - Constructor for class hu.icellmobilsoft.coffee.se.logging.mdc.Slf4jMDCAdapter
Slf4jMDCAdapter default constructor

T

trace(String) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the TRACE level.
trace(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the TRACE level.
trace(String, Object...) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(String, Throwable) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
TRACE - Static variable in class hu.icellmobilsoft.coffee.se.logging.JulLevel
The JulLevel TRACE, providing fine grade trce information.

W

warn(String) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the WARN level.
warn(String) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the WARN level.
warn(String, Object...) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object...) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in class hu.icellmobilsoft.coffee.se.logging.DefaultLogger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in interface hu.icellmobilsoft.coffee.se.logging.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
WARN - Static variable in class hu.icellmobilsoft.coffee.se.logging.JulLevel
The JulLevel WARN, inicating protential problems of misconfiguration.
C D E F G H I J L M P R S T W 
All Classes All Packages