public interface TechnicalLoggerService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(Class<?> callerClass,
TechnicalLogSeverity severity) |
void |
log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message) |
void |
log(Class<?> callerClass,
TechnicalLogSeverity severity,
String message,
Throwable t) |
void |
log(Class<?> callerClass,
TechnicalLogSeverity severity,
Throwable t) |
void log(Class<?> callerClass, TechnicalLogSeverity severity, Throwable t)
void log(Class<?> callerClass, TechnicalLogSeverity severity, String message)
void log(Class<?> callerClass, TechnicalLogSeverity severity, String message, Throwable t)
boolean isLoggable(Class<?> callerClass, TechnicalLogSeverity severity)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.