Package | Description |
---|---|
com.asakusafw.runtime.core |
Runtime core classes.
|
com.asakusafw.runtime.report |
Built-in Report API plug-ins.
|
Modifier and Type | Method and Description |
---|---|
static Report.Level |
Report.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.Level[] |
Report.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Report.Delegate.report(Report.Level level,
String message)
Notifies a report.
|
void |
Report.Default.report(Report.Level level,
String message) |
void |
Report.Delegate.report(Report.Level level,
String message,
Throwable throwable)
Notifies a report.
|
void |
Report.Default.report(Report.Level level,
String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
CommonsLoggingReport.report(Report.Level level,
String message) |
void |
CommonsLoggingReport.report(Report.Level level,
String message,
Throwable throwable) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.