-
- All Implemented Interfaces:
public class LogbackAccessProperties.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final List<String>DEFAULT_CONFIGSprivate final StringFALLBACK_CONFIGpublic final static LogbackAccessProperties.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>getDEFAULT_CONFIGS()The default locations of the configuration file. final StringgetFALLBACK_CONFIG()The fallback location of the configuration file. -
-
Method Detail
-
getDEFAULT_CONFIGS
final List<String> getDEFAULT_CONFIGS()
The default locations of the configuration file.
-
getFALLBACK_CONFIG
final String getFALLBACK_CONFIG()
The fallback location of the configuration file.
-
-
-
-