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