Package de.aristaflow.adept2.util.logging


package de.aristaflow.adept2.util.logging
  • Classes
    Class
    Description
    A filter for log records only allowing log records with source classes having one of several specific prefixes or class names and at least a specific level.
    This is a combination of ClassesNameFilter and ClassNameSubFilter, that is, it allows for several root classes and will only allow different log record source classes.
    A filter for log records only allowing log records with source classes having a specific prefix and at least a specific level.
    A filter for log records only allowing log records with source classes having one of several specific prefixes or class names and at least a specific level while the root class, that is, the class requesting the logger, is different.
    A filter for log records only allowing log records having a specific logger name prefix and at least a specific level.
    A filter for log records only allowing log records with one or several specific name prefixes and at least a specific level.
    A wrapping logger that uses the name filters registered for any handlers of a wrapped logger and its parent loggers and uses these filters when determining NameWrappingLogger.isLoggable(Level).
    This logger wraps a normal logger and handles setting the log level appropriately.