public class CommonsLoggingReport extends Report.Delegate
RuntimeResource.DelegateRegisterer<D>| Constructor and Description |
|---|
CommonsLoggingReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
report(Report.Level level,
String message)
Notifies a report.
|
void |
report(Report.Level level,
String message,
Throwable throwable)
Notifies a report.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanup, setuppublic void report(Report.Level level, String message)
Report.Delegatereport in class Report.Delegatelevel - report levelmessage - report messagepublic void report(Report.Level level, String message, Throwable throwable) throws IOException
Report.Delegatereport in class Report.Delegatelevel - report levelmessage - report messagethrowable - optional exception info (nullable)IOException - if failed to notify this report by I/O errorCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.