Interface LogRuntimeConfig.CategoryConfig

Enclosing interface:
LogRuntimeConfig

public static interface LogRuntimeConfig.CategoryConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The names of the handlers to link to this category.
    The log level for this category.
    boolean
    Specify whether this logger should send its output to its parent Logger
  • Method Details

    • level

      @WithDefault("inherit") InheritableLevel level()
      The log level for this category.

      Note that to get log levels below INFO, the minimum level build-time configuration option also needs to be adjusted.

    • handlers

      Optional<List<String>> handlers()
      The names of the handlers to link to this category.
    • useParentHandlers

      @WithDefault("true") boolean useParentHandlers()
      Specify whether this logger should send its output to its parent Logger