Package | Description |
---|---|
ra.server.basis | |
ra.util.logging |
Modifier and Type | Method and Description |
---|---|
void |
Global.setErrorLogEnable(LogSettings logSettings)
Set the error log file path and storage period.
|
void |
Global.setServerLogEnable(LogSettings logSettings)
Set the log file path and storage period.
|
Modifier and Type | Method and Description |
---|---|
void |
Global.setErrorLogEnable(java.util.function.Supplier<LogSettings> errorLogEnable)
Set enable that server error log.
|
void |
Global.setServerLogEnable(java.util.function.Supplier<LogSettings> logEnable)
Set enable that server log.
|
Constructor and Description |
---|
LogEveryDay(boolean enable,
LogSettings setting,
java.lang.String charset)
Initialize.
|