| Package | Description |
|---|---|
| aQute.libg.reporter | |
| aQute.libg.reporter.slf4j | |
| aQute.service.reporter |
| Modifier and Type | Method | Description |
|---|---|---|
Reporter.SetLocation |
ReporterAdapter.error(java.lang.String s,
java.lang.Object... args) |
|
Reporter.SetLocation |
ReporterAdapter.exception(java.lang.Throwable t,
java.lang.String s,
java.lang.Object... args) |
|
Reporter.SetLocation |
ReporterAdapter.warning(java.lang.String s,
java.lang.Object... args) |
| Modifier and Type | Method | Description |
|---|---|---|
Reporter.SetLocation |
Slf4jReporter.error(java.lang.String format,
java.lang.Object... args) |
|
Reporter.SetLocation |
Slf4jReporter.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
|
Reporter.SetLocation |
Slf4jReporter.warning(java.lang.String format,
java.lang.Object... args) |
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Messages.ERROR |
|
static interface |
Messages.WARNING |
| Modifier and Type | Method | Description |
|---|---|---|
Reporter.SetLocation |
Reporter.SetLocation.context(java.lang.String context) |
Set the context in the header.
|
Reporter.SetLocation |
Reporter.SetLocation.details(java.lang.Object details) |
Pass a DTO containing detailed information about the error.
|
Reporter.SetLocation |
Reporter.error(java.lang.String format,
java.lang.Object... args) |
Create an error.
|
Reporter.SetLocation |
Reporter.exception(java.lang.Throwable t,
java.lang.String format,
java.lang.Object... args) |
Dedicated message for an exception.
|
Reporter.SetLocation |
Reporter.SetLocation.file(java.lang.String file) |
Set the file location
|
Reporter.SetLocation |
Reporter.SetLocation.header(java.lang.String header) |
Set the header/section location.
|
Reporter.SetLocation |
Reporter.SetLocation.length(int length) |
|
Reporter.SetLocation |
Reporter.SetLocation.line(int n) |
Set the line number.
|
Reporter.SetLocation |
Reporter.SetLocation.method(java.lang.String methodName) |
Set the method where the error is reported.
|
Reporter.SetLocation |
Reporter.SetLocation.reference(java.lang.String reference) |
Set a reference for the error (url or so)
|
Reporter.SetLocation |
Reporter.warning(java.lang.String format,
java.lang.Object... args) |
Create a warning.
|