Package de.aristaflow.adept2.util.logging
package de.aristaflow.adept2.util.logging
-
ClassesClassDescriptionA 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
ClassesNameFilterandClassNameSubFilter, 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 determiningNameWrappingLogger.isLoggable(Level).This logger wraps a normal logger and handles setting the log level appropriately.