Uses of Class
network.oxalis.ng.commons.logging.LoggingConf
-
Packages that use LoggingConf Package Description network.oxalis.ng.commons.logging -
-
Uses of LoggingConf in network.oxalis.ng.commons.logging
Methods in network.oxalis.ng.commons.logging that return LoggingConf Modifier and Type Method Description static LoggingConfLoggingConf. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggingConf[]LoggingConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in network.oxalis.ng.commons.logging with type arguments of type LoggingConf Constructor Description LogbackConfigurator(Settings<LoggingConf> settings, Path confPath)Simply uses the default configuration
-