Annotation Interface 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
  • Element Details

    • id

      String id
      Returns:
      The ID of the logging plug-in
    • classLoaderGroup

      String classLoaderGroup
      Default:
      ""
    • isSeparateClassLoaderNeeded

      boolean isSeparateClassLoaderNeeded
      Default:
      false
    • name

      String name
      Default:
      ""