Package hudson.logging
Class LogRecorder.Target
java.lang.Object
hudson.logging.LogRecorder.Target
- Enclosing class:
- LogRecorder
Logger that this recorder monitors, and its log level.
Just a pair of (logger name,level) with convenience methods.
-
Field Details
-
name
-
-
Constructor Details
-
Target
-
Target
-
Target
-
-
Method Details
-
getLevel
-
getName
-
equals
-
hashCode
public int hashCode() -
includes
Deprecated. -
matches
-
getLogger
-
enable
public void enable()Makes sure that the logger passes through messages at the correct level to us. -
disable
public void disable()
-