Uses of Class
io.airlift.log.LoggingConfiguration
-
-
Uses of LoggingConfiguration in io.airlift.log
Methods in io.airlift.log that return LoggingConfiguration Modifier and Type Method Description LoggingConfigurationLoggingConfiguration. setConsoleEnabled(boolean consoleEnabled)LoggingConfigurationLoggingConfiguration. setFormat(Format format)LoggingConfigurationLoggingConfiguration. setLevelsFile(String levelsFile)LoggingConfigurationLoggingConfiguration. setLogPath(String logPath)LoggingConfigurationLoggingConfiguration. setMaxHistory(int maxHistory)LoggingConfigurationLoggingConfiguration. setMaxSize(io.airlift.units.DataSize maxSize)LoggingConfigurationLoggingConfiguration. setMaxSizeInBytes(long maxSize)Deprecated.Methods in io.airlift.log with parameters of type LoggingConfiguration Modifier and Type Method Description voidLogging. configure(LoggingConfiguration config)
-