A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
W
S
- Sandbox - enum entry in pro.fessional.wings.silencer.modulate.ApiMode
Sandbox, testing
- SecretProvider - class in pro.fessional.wings.silencer.encrypt
- System password provider, default 256bit, 32 characters
- secretProvider(pro.fessional.wings.silencer.spring.prop.SilencerEncryptProp) - function in pro.fessional.wings.silencer.spring.bean.SilencerEncryptConfiguration
- send(C,java.lang.String,java.lang.String) - function in pro.fessional.wings.silencer.notice.SmallNotice
- Send synchronously with the specified config, result in success or failure, or exception.
- send(java.lang.String,java.lang.String) - function in pro.fessional.wings.silencer.notice.SmallNotice
- Send synchronously with the default config, result in success or failure, or exception.
- send(java.lang.String,java.lang.String,java.lang.String) - function in pro.fessional.wings.silencer.notice.SmallNotice
- Send synchronously with the specified config by name, result in success or failure, or exception.
- setAesKey(java.util.Map) - function in pro.fessional.wings.silencer.spring.prop.SilencerEncryptProp
- the default Aes256 encryption name and password
- setApiMode(pro.fessional.wings.silencer.modulate.ApiMode) - function in pro.fessional.wings.silencer.spring.prop.SilencerRuntimeProp
- ApiMode of the application
- setClockOffset(long) - function in pro.fessional.wings.silencer.spring.prop.SilencerTweakProp
- Initial system clock with offset ms, default 0, means ignore
- setCodeStack(boolean) - function in pro.fessional.wings.silencer.spring.prop.SilencerTweakProp
- Whether the Global of CodeException has a stack.
- setContextMap(java.util.Map) - function in pro.fessional.wings.silencer.tweak.TtlMDCAdapter
- setCrc8Long(kotlin.Array) - function in pro.fessional.wings.silencer.spring.prop.SilencerEncryptProp
- Default seed of Crc8Long, should change for security requirements.
- setExists(java.util.Set) - function in pro.fessional.wings.silencer.spring.prop.SilencerAutoLogProp
- If the following appenders exist, the above log level is automatically adjusted
- setLeapCode(java.lang.String) - function in pro.fessional.wings.silencer.spring.prop.SilencerEncryptProp
- LeapCode's default seed, should change for security requirements.
- setLevel(java.lang.String) - function in pro.fessional.wings.silencer.spring.prop.SilencerAutoLogProp
- Slf4j format, default WARN.
- setMdcThreshold(boolean) - function in pro.fessional.wings.silencer.spring.prop.SilencerTweakProp
- Whether to configure WingsMdcThresholdFilter, default true
- setRunMode(pro.fessional.wings.silencer.modulate.RunMode) - function in pro.fessional.wings.silencer.spring.prop.SilencerRuntimeProp
- RunMode of the application
- setTarget(java.util.Set) - function in pro.fessional.wings.silencer.spring.prop.SilencerAutoLogProp
- The names of the appender to adjust, commas separated, default CONSOLE,STDOUT
- setThisLazy(T) - function in pro.fessional.wings.silencer.enhance.ThisLazy
- inject enhanced this before Bean Initialization
- setThisLazy(T) - function in pro.fessional.wings.silencer.enhance.ThisLazyAware
- inject enhanced this before Bean Initialization
- setThresholdMillis(long) - function in pro.fessional.wings.silencer.watch.WatchingAround
- setWatchHandler(java.util.function.BiConsumer) - function in pro.fessional.wings.silencer.watch.Watches
- to handle the StopWatch when timings are finished and token is not null.
- SilencerAutoLogProp - class in pro.fessional.wings.silencer.spring.prop
- Automatically switch log levels for appender.
- SilencerCurseAutoConfiguration - class in pro.fessional.wings.silencer.spring.conf
- SilencerCurseConfiguration - class in pro.fessional.wings.silencer.spring.bean
- SilencerEncryptConfiguration - class in pro.fessional.wings.silencer.spring.bean
- SilencerEncryptProp - class in pro.fessional.wings.silencer.spring.prop
- Automatic configuration of encryption features.
- SilencerRuntimeProp - class in pro.fessional.wings.silencer.spring.prop
- Runtime Mode of the Application.
- SilencerTweakConfiguration - class in pro.fessional.wings.silencer.spring.bean
- SilencerTweakConfiguration.ClockWired - class in pro.fessional.wings.silencer.spring.bean.SilencerTweakConfiguration
- SilencerTweakConfiguration.LogbackWired - class in pro.fessional.wings.silencer.spring.bean.SilencerTweakConfiguration
- SilencerTweakConfiguration.StackWired - class in pro.fessional.wings.silencer.spring.bean.SilencerTweakConfiguration
- SilencerTweakProp - class in pro.fessional.wings.silencer.spring.prop
- Tweaking of the Application.
- SmallNotice - class in pro.fessional.wings.silencer.notice
- Small and short messages, thread-safe.
- strong(int) - function in pro.fessional.wings.silencer.encrypt.SecretProvider
- Generate `len` length passwords of alphabetic, case-sensitive and numeric
- system() - function in pro.fessional.wings.silencer.encrypt.Aes256Provider