Klasse OSGiAwareExceptionHandling
java.lang.Object
ch.qos.logback.classic.pattern.EnsureExceptionHandling
org.apache.sling.commons.log.logback.internal.stacktrace.OSGiAwareExceptionHandling
- Alle implementierten Schnittstellen:
ch.qos.logback.core.pattern.PostCompileProcessor<ch.qos.logback.classic.spi.ILoggingEvent>
public class OSGiAwareExceptionHandling
extends ch.qos.logback.classic.pattern.EnsureExceptionHandling
Extend EnsureExceptionHandling to add extra OSGi bundle info to the lines
in the stack trace output
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
process
(ch.qos.logback.core.Context context, ch.qos.logback.core.pattern.Converter<ch.qos.logback.classic.spi.ILoggingEvent> head) Von Klasse geerbte Methoden ch.qos.logback.classic.pattern.EnsureExceptionHandling
chainHandlesThrowable, compositeHandlesThrowable
-
Konstruktordetails
-
OSGiAwareExceptionHandling
Constructor- Parameter:
collector
- the package information collecgtor
-
-
Methodendetails
-
process
public void process(ch.qos.logback.core.Context context, ch.qos.logback.core.pattern.Converter<ch.qos.logback.classic.spi.ILoggingEvent> head) - Angegeben von:
process
in Schnittstellech.qos.logback.core.pattern.PostCompileProcessor<ch.qos.logback.classic.spi.ILoggingEvent>
- Setzt außer Kraft:
process
in Klassech.qos.logback.classic.pattern.EnsureExceptionHandling
-