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, wait
cleanup, setup
public void report(Report.Level level, String message)
Report.Delegate
report
in class Report.Delegate
level
- report levelmessage
- report messagepublic void report(Report.Level level, String message, Throwable throwable)
Report.Delegate
report
in class Report.Delegate
level
- report levelmessage
- report messagethrowable
- optional exception info (nullable)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.