public abstract class Handler extends Object
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
abstract void |
flush() |
Formatter |
getFormatter() |
Level |
getLevel() |
boolean |
isLoggable(LogRecord record) |
abstract void |
publish(LogRecord record) |
void |
setFormatter(Formatter newFormatter) |
void |
setLevel(Level newLevel) |
public abstract void close()
public abstract void flush()
public Formatter getFormatter()
public Level getLevel()
public boolean isLoggable(LogRecord record)
public abstract void publish(LogRecord record)
public void setFormatter(Formatter newFormatter)
public void setLevel(Level newLevel)
Copyright © 2018. All rights reserved.