public class LoggerConfiguration extends Object
| Constructor | Description |
|---|---|
LoggerConfiguration(LoggerConfigurationFile file,
String argument,
String type) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Optional<String> |
getArgument() |
Retrieves the argument with which this configuration is introduced to the application.
|
LoggerConfigurationFile |
getFile() |
Retrieves the logger configuration file which is to be passed.
|
String |
getType() |
Retrieves the type of log configuration.
|
int |
hashCode() |
public LoggerConfiguration(@NonNull
LoggerConfigurationFile file,
@Nullable
String argument,
@NonNull
String type)
@NonNull public LoggerConfigurationFile getFile()
@NonNull public Optional<String> getArgument()
Retrieves the argument with which this configuration is introduced to the application.
Typically this value, if present, will also include the ${path} variable which is
expected to be replaced with a reference to the log configuration file.
@NonNull public String getType()
Retrieves the type of log configuration.
TODO: Replace with an enum?
Copyright © 2018 Basin. All rights reserved.