public class LogbackConfiguration extends java.lang.Object implements LoggingConfiguration
| Constructor and Description |
|---|
LogbackConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureLogging(java.lang.String logfile)
Configure the logging subsystem
|
void |
logVersion()
Write out the current version of the application to the logs
|
public void configureLogging(@NotNull
java.lang.String logfile)
LoggingConfigurationconfigureLogging in interface LoggingConfigurationlogfile - The path to the log file that should have logging sent to itpublic void logVersion()
LoggingConfigurationlogVersion in interface LoggingConfiguration