Package com.peterphi.std.util
Class Logging
java.lang.Object
com.peterphi.std.util.Logging
Automates the configuration of
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
configureFiles
(Iterable<File> files) Configures the logging environment to use the first available config file in the list, printing an error if none of the files are suitablestatic void
configureNames
(Iterable<String> fileNames)
-
Field Details
-
WATCH
public static boolean WATCH
-
-
Method Details
-
configureFiles
Configures the logging environment to use the first available config file in the list, printing an error if none of the files are suitable- Parameters:
files
-
-
configure
-
configure
-
configureNames
-