Package org.ops4j.pax.logging.spi
Interface PaxErrorHandler
-
public interface PaxErrorHandlerFramework library agnostic representation of a handler invoked when processing of logging event fails (usually inside appender).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(String message, Exception e)This method is invoked to handle an error when logging.
-