Class SilencerEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SilencerEnabledProp.Key) public class SilencerEnabledProp
toggling the Silencer feature, wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$autoconfpublic final static StringKey$verbosepublic final static StringKey$scannerpublic final static StringKey$auditProppublic final static StringKey$muteConsolepublic final static StringKey$tweakClockpublic final static StringKey$tweakLogbackpublic final static StringKey$tweakStack
-
Constructor Summary
Constructors Constructor Description SilencerEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisAutoconf()Whether to automatically configure `wings-conf` and `wings-i18n` booleanisVerbose()Whether to display the conditional information of wings booleanisScanner()Whether to Automatically scan component from `**/spring/bean/**/*. booleanisAuditProp()Whether to audit the file and cascading relationship of properties key/value booleanisMuteConsole()Whether to automatically switch the console log level when a log file is available booleanisTweakClock()Whether to tweak the clock in global or thread booleanisTweakLogback()Whether to tweak log level of logback in global or thread booleanisTweakStack()Whether to tweak the CodeException stack in global or thread booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetAutoconf(boolean autoconf)Whether to automatically configure `wings-conf` and `wings-i18n` voidsetVerbose(boolean verbose)Whether to display the conditional information of wings voidsetScanner(boolean scanner)Whether to Automatically scan component from `**/spring/bean/**/*. voidsetAuditProp(boolean auditProp)Whether to audit the file and cascading relationship of properties key/value voidsetMuteConsole(boolean muteConsole)Whether to automatically switch the console log level when a log file is available voidsetTweakClock(boolean tweakClock)Whether to tweak the clock in global or thread voidsetTweakLogback(boolean tweakLogback)Whether to tweak log level of logback in global or thread voidsetTweakStack(boolean tweakStack)Whether to tweak the CodeException stack in global or thread -
-
Method Detail
-
isAutoconf
boolean isAutoconf()
Whether to automatically configure `wings-conf` and `wings-i18n`
-
isVerbose
boolean isVerbose()
Whether to display the conditional information of wings
-
isScanner
boolean isScanner()
Whether to Automatically scan component from `**/spring/bean/**/*.class` on ApplicationPreparedEvent before `@AutoConfiguration
-
isAuditProp
boolean isAuditProp()
Whether to audit the file and cascading relationship of properties key/value
-
isMuteConsole
boolean isMuteConsole()
Whether to automatically switch the console log level when a log file is available
-
isTweakClock
boolean isTweakClock()
Whether to tweak the clock in global or thread
-
isTweakLogback
boolean isTweakLogback()
Whether to tweak log level of logback in global or thread
-
isTweakStack
boolean isTweakStack()
Whether to tweak the CodeException stack in global or thread
-
hashCode
int hashCode()
-
setAutoconf
void setAutoconf(boolean autoconf)
Whether to automatically configure `wings-conf` and `wings-i18n`
-
setVerbose
void setVerbose(boolean verbose)
Whether to display the conditional information of wings
-
setScanner
void setScanner(boolean scanner)
Whether to Automatically scan component from `**/spring/bean/**/*.class` on ApplicationPreparedEvent before `@AutoConfiguration
-
setAuditProp
void setAuditProp(boolean auditProp)
Whether to audit the file and cascading relationship of properties key/value
-
setMuteConsole
void setMuteConsole(boolean muteConsole)
Whether to automatically switch the console log level when a log file is available
-
setTweakClock
void setTweakClock(boolean tweakClock)
Whether to tweak the clock in global or thread
-
setTweakLogback
void setTweakLogback(boolean tweakLogback)
Whether to tweak log level of logback in global or thread
-
setTweakStack
void setTweakStack(boolean tweakStack)
Whether to tweak the CodeException stack in global or thread
-
-
-
-