Package org.pentaho.di.core.logging
Annotation Type LoggingPlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface LoggingPlugin
Classes annotated with "LoggingPlugin" are automatically recognized and registered as a new logging channel. They are added to the central logging store as listeners.- Author:
- matt
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
classLoaderGroup
boolean
isSeparateClassLoaderNeeded
String
name
-