public class LogConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LogConfiguration.LogConfigurationBuilder |
static class |
LogConfiguration.LogDriver |
| Modifier and Type | Field and Description |
|---|---|
static LogConfiguration |
DEFAULT |
| Constructor and Description |
|---|
LogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static LogConfiguration.LogConfigurationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getColor() |
String |
getDate() |
LogConfiguration.LogDriver |
getDriver() |
String |
getFile() |
String |
getFileLocation() |
String |
getPrefix() |
int |
hashCode() |
boolean |
isActivated()
If explicitly enabled, or configured in any way and NOT explicitly disabled, return true.
|
boolean |
isEnabled() |
public static final LogConfiguration DEFAULT
public boolean isActivated()
public String getFileLocation()
public static LogConfiguration.LogConfigurationBuilder builder()
public boolean isEnabled()
public String getPrefix()
public String getDate()
public String getColor()
public String getFile()
public LogConfiguration.LogDriver getDriver()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.