public interface LogExceptionBehaviourInterface
Modifier and Type | Method and Description |
---|---|
void |
registerException(LogChannelInterface log,
Class<?> packageClass,
String key,
String... parameters)
When exception during logging is raised, depending on item settings we will throw exception up, or just put a log
record on this event.
|
void |
registerException(LogChannelInterface log,
Exception e,
Class<?> packageClass,
String key,
String... parameters) |
void registerException(LogChannelInterface log, Class<?> packageClass, String key, String... parameters) throws KettleDatabaseException
packageClass
- key
- parameters
- KettleDatabaseException
void registerException(LogChannelInterface log, Exception e, Class<?> packageClass, String key, String... parameters) throws KettleDatabaseException
KettleDatabaseException