class DatabaseLogger extends ch.qos.logback.core.AppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>
An appender for storing logs in the application database. Not ready for prime time, but it's promising...
Type | Name and description |
---|---|
static java.lang.String |
sql |
Constructor and description |
---|
DatabaseLogger() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
append(ch.qos.logback.classic.spi.ILoggingEvent eventObject) |
Groovy Documentation