public final class FileLogger extends Object implements Logger
| Modifier and Type | Method and Description |
|---|---|
LogFileConfiguration |
getConfig()
Gets the configuration currently in use on the file logger.
|
LogLevel |
getLevel()
Gets the level that will be logged via this logger.
|
void |
log(LogLevel level,
LogDomain domain,
String message)
Performs the actual logging logic
|
void |
setConfig(LogFileConfiguration config)
Sets the configuration currently to use on the file logger.
|
void |
setLevel(LogLevel level)
Sets the overall logging level that will be written to
the logging files.
|
public LogFileConfiguration getConfig()
public void setConfig(LogFileConfiguration config)
config - The configuration to usepublic void setLevel(LogLevel level)
level - The maximum level to include in the logspublic LogLevel getLevel()
Logger