public class TechnicalLoggerSLF4JImpl extends Object implements org.bonitasoft.engine.log.technical.TechnicalLoggerService
| Constructor and Description |
|---|
TechnicalLoggerSLF4JImpl() |
TechnicalLoggerSLF4JImpl(long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(Class<?> callerClass,
org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity) |
void |
log(Class<?> callerClass,
org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity,
String message) |
void |
log(Class<?> callerClass,
org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity,
String message,
Throwable t) |
void |
log(Class<?> callerClass,
org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity,
Throwable t) |
public TechnicalLoggerSLF4JImpl()
public TechnicalLoggerSLF4JImpl(long tenantId)
public void log(Class<?> callerClass, org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity, Throwable t)
log in interface org.bonitasoft.engine.log.technical.TechnicalLoggerServicepublic void log(Class<?> callerClass, org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity, String message)
log in interface org.bonitasoft.engine.log.technical.TechnicalLoggerServicepublic void log(Class<?> callerClass, org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity, String message, Throwable t)
log in interface org.bonitasoft.engine.log.technical.TechnicalLoggerServicepublic boolean isLoggable(Class<?> callerClass, org.bonitasoft.engine.log.technical.TechnicalLogSeverity severity)
isLoggable in interface org.bonitasoft.engine.log.technical.TechnicalLoggerServiceCopyright © 2015 Bonitasoft S.A.. All rights reserved.