Class LoggingArgs

java.lang.Object
com.redis.riot.core.LoggingArgs

public class LoggingArgs extends Object
  • Constructor Details

    • LoggingArgs

      public LoggingArgs()
  • Method Details

    • level

      public org.slf4j.event.Level level(org.slf4j.event.Level defaultLevel)
    • getFile

      public String getFile()
    • setFile

      public void setFile(String logFile)
    • isShowDateTime

      public boolean isShowDateTime()
    • setShowDateTime

      public void setShowDateTime(boolean showDateTime)
    • getDateTimeFormat

      public String getDateTimeFormat()
    • setDateTimeFormat

      public void setDateTimeFormat(String dateTimeFormat)
    • isShowThreadId

      public boolean isShowThreadId()
    • setShowThreadId

      public void setShowThreadId(boolean showThreadId)
    • isShowThreadName

      public boolean isShowThreadName()
    • setShowThreadName

      public void setShowThreadName(boolean showThreadName)
    • isShowLogName

      public boolean isShowLogName()
    • setShowLogName

      public void setShowLogName(boolean showLogName)
    • isShowShortLogName

      public boolean isShowShortLogName()
    • setShowShortLogName

      public void setShowShortLogName(boolean showShortLogName)
    • isLevelInBrackets

      public boolean isLevelInBrackets()
    • setLevelInBrackets

      public void setLevelInBrackets(boolean levelInBrackets)
    • getLevels

      public Map<String,org.slf4j.event.Level> getLevels()
    • setLevels

      public void setLevels(Map<String,org.slf4j.event.Level> logLevels)
    • isDebug

      public boolean isDebug()
    • setDebug

      public void setDebug(boolean debug)
    • isInfo

      public boolean isInfo()
    • setInfo

      public void setInfo(boolean info)
    • isWarn

      public boolean isWarn()
    • setWarn

      public void setWarn(boolean warn)
    • isQuiet

      public boolean isQuiet()
    • setQuiet

      public void setQuiet(boolean quiet)