public static class Report.Default extends Report.Delegate
Report.Delegate.RuntimeResource.DelegateRegisterer<D>| Constructor and Description |
|---|
Default() |
| 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)
Report.Delegatereport in class Report.Delegatelevel - report levelmessage - report messagethrowable - optional exception info (nullable)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.