-
public final class LoggerConfig日志器的配置。
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisLevelIncludedprivate BooleanisDateIncludedprivate BooleanisPathIncludedprivate BooleanisPathAbbreviatedprivate LogLevelminLogLevelprivate StringdateFormatprivate Stringdelimiterprivate StringoutputPath
-
Method Summary
Modifier and Type Method Description final BooleangetIsLevelIncluded()final UnitsetIsLevelIncluded(Boolean isLevelIncluded)final BooleangetIsDateIncluded()final UnitsetIsDateIncluded(Boolean isDateIncluded)final BooleangetIsPathIncluded()final UnitsetIsPathIncluded(Boolean isPathIncluded)final BooleangetIsPathAbbreviated()final UnitsetIsPathAbbreviated(Boolean isPathAbbreviated)final LogLevelgetMinLogLevel()final UnitsetMinLogLevel(LogLevel minLogLevel)final StringgetDateFormat()final UnitsetDateFormat(String dateFormat)final StringgetDelimiter()final UnitsetDelimiter(String delimiter)final StringgetOutputPath()final UnitsetOutputPath(String outputPath)-
-
Method Detail
-
getIsLevelIncluded
final Boolean getIsLevelIncluded()
-
setIsLevelIncluded
final Unit setIsLevelIncluded(Boolean isLevelIncluded)
-
getIsDateIncluded
final Boolean getIsDateIncluded()
-
setIsDateIncluded
final Unit setIsDateIncluded(Boolean isDateIncluded)
-
getIsPathIncluded
final Boolean getIsPathIncluded()
-
setIsPathIncluded
final Unit setIsPathIncluded(Boolean isPathIncluded)
-
getIsPathAbbreviated
final Boolean getIsPathAbbreviated()
-
setIsPathAbbreviated
final Unit setIsPathAbbreviated(Boolean isPathAbbreviated)
-
getMinLogLevel
final LogLevel getMinLogLevel()
-
setMinLogLevel
final Unit setMinLogLevel(LogLevel minLogLevel)
-
getDateFormat
final String getDateFormat()
-
setDateFormat
final Unit setDateFormat(String dateFormat)
-
getDelimiter
final String getDelimiter()
-
setDelimiter
final Unit setDelimiter(String delimiter)
-
getOutputPath
final String getOutputPath()
-
setOutputPath
final Unit setOutputPath(String outputPath)
-
-
-
-