public static final class LogRecorder.Target extends Object
Constructor and Description |
---|
Target(String name,
int level) |
Target(String name,
Level level) |
Target(String name,
String level) |
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable()
Makes sure that the logger passes through messages at the correct level to us.
|
Level |
getLevel() |
Logger |
getLogger() |
String |
getName() |
boolean |
includes(LogRecord r)
Deprecated.
|
Boolean |
matches(LogRecord r) |
public final String name
public Target(String name, int level)
public Level getLevel()
public String getName()
@Deprecated public boolean includes(LogRecord r)
public Logger getLogger()
public void enable()
public void disable()
Copyright © 2004–2021. All rights reserved.