Package com.redis.riot.core
Class LoggingArgs
java.lang.Object
com.redis.riot.core.LoggingArgs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
boolean
isDebug()
boolean
isInfo()
boolean
boolean
isQuiet()
boolean
boolean
boolean
boolean
boolean
boolean
org.slf4j.event.Level
level()
void
setDateTimeFormat
(String dateTimeFormat) void
setDebug
(boolean debug) void
void
setInfo
(boolean info) void
setLevelInBrackets
(boolean levelInBrackets) void
void
setQuiet
(boolean quiet) void
setShowDateTime
(boolean showDateTime) void
setShowLogName
(boolean showLogName) void
setShowShortLogName
(boolean showShortLogName) void
setShowThreadId
(boolean showThreadId) void
setShowThreadName
(boolean showThreadName) toString()
-
Constructor Details
-
LoggingArgs
public LoggingArgs()
-
-
Method Details
-
level
public org.slf4j.event.Level level() -
getFile
-
setFile
-
isShowDateTime
public boolean isShowDateTime() -
setShowDateTime
public void setShowDateTime(boolean showDateTime) -
getDateTimeFormat
-
setDateTimeFormat
-
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
-
setLevels
-
isDebug
public boolean isDebug() -
setDebug
public void setDebug(boolean debug) -
isInfo
public boolean isInfo() -
setInfo
public void setInfo(boolean info) -
isQuiet
public boolean isQuiet() -
setQuiet
public void setQuiet(boolean quiet) -
isStacktrace
public boolean isStacktrace() -
toString
-