@Contract
public interface LogManager
Modifier and Type | Method and Description |
---|---|
void |
addHandler(Handler handler)
Adds a new handler to the root logger
|
PrintStream |
getErrStream() |
File |
getLoggingFile() |
Map<String,String> |
getLoggingProperties() |
PrintStream |
getOutStream() |
Map<String,String> getLoggingProperties() throws IOException
IOException
File getLoggingFile() throws IOException
IOException
void addHandler(Handler handler)
handler
- handler to be iadded.PrintStream getErrStream()
PrintStream getOutStream()
Copyright © 2019. All rights reserved.