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.SetLocationReporterAdapter. error(java.lang.String s, java.lang.Object... args)Reporter.SetLocationReporterAdapter. exception(java.lang.Throwable t, java.lang.String s, java.lang.Object... args)Reporter.SetLocationReporterAdapter. 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.SetLocationSlf4jReporter. error(java.lang.String format, java.lang.Object... args)Reporter.SetLocationSlf4jReporter. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Reporter.SetLocationSlf4jReporter. 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 interfaceMessages.ERRORstatic interfaceMessages.WARNINGMethods in aQute.service.reporter that return Reporter.SetLocation Modifier and Type Method Description Reporter.SetLocationReporter.SetLocation. context(java.lang.String context)Set the context in the header.Reporter.SetLocationReporter.SetLocation. details(java.lang.Object details)Pass a DTO containing detailed information about the error.Reporter.SetLocationReporter. error(java.lang.String format, java.lang.Object... args)Create an error.Reporter.SetLocationReporter. exception(java.lang.Throwable t, java.lang.String format, java.lang.Object... args)Dedicated message for an exception.Reporter.SetLocationReporter.SetLocation. file(java.lang.String file)Set the file locationReporter.SetLocationReporter.SetLocation. header(java.lang.String header)Set the header/section location.Reporter.SetLocationReporter.SetLocation. length(int length)Reporter.SetLocationReporter.SetLocation. line(int n)Set the line number.Reporter.SetLocationReporter.SetLocation. method(java.lang.String methodName)Set the method where the error is reported.Reporter.SetLocationReporter.SetLocation. reference(java.lang.String reference)Set a reference for the error (url or so)Reporter.SetLocationReporter. warning(java.lang.String format, java.lang.Object... args)Create a warning.
-