B C D E F G I L M O P R T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BaseLogger - Class in org.camunda.commons.logging
-
Base class for implementing a logger class.
- BaseLogger() - Constructor for class org.camunda.commons.logging.BaseLogger
C
- componentId - Variable in class org.camunda.commons.logging.BaseLogger
-
the component Id of the logger.
- createLogger(Class<T>, String, String, String) - Static method in class org.camunda.commons.logging.BaseLogger
-
Creates a new instance of the
Logger.
D
- DEBUG - org.camunda.commons.logging.Level
- delegateLogger - Variable in class org.camunda.commons.logging.BaseLogger
-
the slf4j logger we delegate to
E
- ERROR - org.camunda.commons.logging.Level
- exceptionMessage(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Prepares an exception message
F
- formatMessageTemplate(String, String) - Method in class org.camunda.commons.logging.BaseLogger
-
Formats a message template
G
- get(String) - Static method in class org.camunda.commons.logging.MdcAccess
-
see
MDC.get(String) - getValue() - Method in enum org.camunda.commons.logging.Level
I
- INFO - org.camunda.commons.logging.Level
- isDebugEnabled() - Method in class org.camunda.commons.logging.BaseLogger
- isErrorEnabled() - Method in class org.camunda.commons.logging.BaseLogger
- isInfoEnabled() - Method in class org.camunda.commons.logging.BaseLogger
- isWarnEnabled() - Method in class org.camunda.commons.logging.BaseLogger
L
- Level - Enum in org.camunda.commons.logging
- log(String, String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs a message with the specified log level.
- log(String, Level, String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs a message with the specified log level.
- logDebug(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs a 'DEBUG' message
- logError(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs an 'ERROR' message
- logInfo(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs an 'INFO' message
- logTrace(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs a 'TRACE' message
- logWarn(String, String, Object...) - Method in class org.camunda.commons.logging.BaseLogger
-
Logs an 'WARN' message
M
- MdcAccess - Class in org.camunda.commons.logging
-
Facade for the SLF4j MDC
- MdcAccess() - Constructor for class org.camunda.commons.logging.MdcAccess
O
- org.camunda.commons.logging - package org.camunda.commons.logging
P
- parse(String, Level) - Static method in enum org.camunda.commons.logging.Level
-
Parse value or fallback to default level
- projectCode - Variable in class org.camunda.commons.logging.BaseLogger
-
the project code of the logger
- put(String, String) - Static method in class org.camunda.commons.logging.MdcAccess
-
see
MDC.put(String, String)
R
- remove(String) - Static method in class org.camunda.commons.logging.MdcAccess
-
see
MDC.remove(String)
T
V
- valueOf(String) - Static method in enum org.camunda.commons.logging.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.camunda.commons.logging.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
B C D E F G I L M O P R T V WAll Classes All Packages