| Package | Description |
|---|---|
| org.bonitasoft.engine.log.technical | |
| org.bonitasoft.engine.tracking |
| Modifier and Type | Method and Description |
|---|---|
static TechnicalLogSeverity |
TechnicalLogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalLogSeverity[] |
TechnicalLogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TechnicalLoggerService.isLoggable(Class<?> callerClass,
TechnicalLogSeverity severity) |
boolean |
TechnicalLoggerSLF4JImpl.isLoggable(Class<?> callerClass,
TechnicalLogSeverity severity) |
void |
TechnicalLoggerService.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message) |
void |
TechnicalLoggerSLF4JImpl.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message) |
void |
TechnicalLoggerService.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message,
Object... arguments)
Generates parametrized logs like slf4j does.
|
void |
TechnicalLoggerSLF4JImpl.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message,
Object... arguments) |
void |
TechnicalLoggerService.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message,
Throwable t) |
void |
TechnicalLoggerSLF4JImpl.log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message,
Throwable t) |
void |
TechnicalLoggerService.log(Class<?> callerClass,
TechnicalLogSeverity severity,
Throwable t) |
void |
TechnicalLoggerSLF4JImpl.log(Class<?> callerClass,
TechnicalLogSeverity severity,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlushEventListener.log(TechnicalLogSeverity severity,
String message) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.