Uses of Interface
aQute.service.reporter.Reporter.SetLocation
-
Packages that use Reporter.SetLocation Package Description aQute.libg.reporter aQute.libg.reporter.slf4j aQute.service.reporter -
-
Uses of Reporter.SetLocation in aQute.libg.reporter
Methods in aQute.libg.reporter that return Reporter.SetLocation 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)
-
Uses of Reporter.SetLocation in aQute.libg.reporter.slf4j
Methods in aQute.libg.reporter.slf4j that return Reporter.SetLocation 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)
-
Uses of Reporter.SetLocation in aQute.service.reporter
Subinterfaces of Reporter.SetLocation in aQute.service.reporter Modifier and Type Interface Description static interface
Messages.ERROR
static interface
Messages.WARNING
Methods in aQute.service.reporter that return Reporter.SetLocation 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 locationReporter.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.
-