Uses of Class
io.airlift.log.Format
-
-
Uses of Format in io.airlift.log
Methods in io.airlift.log that return Format Modifier and Type Method Description FormatLoggingConfiguration. getFormat()static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.airlift.log with parameters of type Format Modifier and Type Method Description voidLogging. logToFile(boolean legacyLoggerImplementation, String logPath, int maxHistory, io.airlift.units.DataSize maxFileSize, io.airlift.units.DataSize maxTotalSize, RollingFileHandler.CompressionType compressionType, Format format)LoggingConfigurationLoggingConfiguration. setFormat(Format format)
-