public class LogConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LogConfiguration.Builder |
static class |
LogConfiguration.LogDriver |
| Modifier and Type | Field and Description |
|---|---|
static LogConfiguration |
DEFAULT |
| Constructor and Description |
|---|
LogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getDate() |
LogConfiguration.LogDriver |
getDriver() |
String |
getFileLocation() |
String |
getPrefix() |
boolean |
isActivated()
If explicitly enabled, or configured in any way and NOT explicitly disabled, return true.
|
Boolean |
isEnabled() |
public static final LogConfiguration DEFAULT
public String getPrefix()
public String getDate()
public String getColor()
public Boolean isEnabled()
public boolean isActivated()
public String getFileLocation()
public LogConfiguration.LogDriver getDriver()
Copyright © 2019. All rights reserved.