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
    • Element Detail

      • id

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

        String classLoaderGroup
        Default:
        ""
      • isSeparateClassLoaderNeeded

        boolean isSeparateClassLoaderNeeded
        Default:
        false