public class LogbackLog
extends org.skife.jdbi.v2.logging.FormattedLog
Constructor and Description |
---|
LogbackLog()
Logs to org.skife.jdbi.v2 logger at the debug level
|
LogbackLog(ch.qos.logback.classic.Logger log)
Use an arbitrary logger to log to at the debug level
|
LogbackLog(ch.qos.logback.classic.Logger log,
ch.qos.logback.classic.Level level)
Specify both the logger and the level to log at
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isEnabled() |
protected void |
log(String msg) |
public LogbackLog()
public LogbackLog(ch.qos.logback.classic.Logger log)
public LogbackLog(ch.qos.logback.classic.Logger log, ch.qos.logback.classic.Level level)
log
- The logger to log tolevel
- the priority to log atprotected final boolean isEnabled()
isEnabled
in class org.skife.jdbi.v2.logging.FormattedLog
protected final void log(String msg)
log
in class org.skife.jdbi.v2.logging.FormattedLog
Copyright © 2016. All rights reserved.