A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
S
- setAdapter(com.hexagonkt.core.logging.LoggingPort) - function in com.hexagonkt.core.logging.LoggingManager
- setDefaultLoggerName(java.lang.String) - function in com.hexagonkt.core.logging.LoggingManager
- setLoggerLevel(com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.Logger
- Set a logging level for this logger.
- setLoggerLevel(com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logger logging level for a logger with a default name.
- setLoggerLevel(java.lang.String,com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logger logging level by name.
- setLoggerLevel(kotlin.reflect.KClass,com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logging level for a logger with a class name.
- setLoggerLevel(java.lang.String,com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.LoggingPort
- Set logging level for a logger.
- setLoggerLevel(java.lang.String,com.hexagonkt.core.logging.LoggingLevel) - function in com.hexagonkt.core.logging.SystemLoggingAdapter
- Set logging level for a logger.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setUseColor(java.lang.Boolean) - function in com.hexagonkt.core.logging.LoggingManager
- shell(java.lang.String,java.io.File,java.lang.Long,java.lang.Boolean) - function in com.hexagonkt.core.HelpersKt
- Executes a command in a shell (allowing to use pipes, redirections, etc.).
- sign(java.lang.String,java.lang.String,kotlin.ByteArray) - function in com.hexagonkt.core.security.CryptoKt
- snakeToCamel(java.lang.String) - function in com.hexagonkt.core.text.CasesKt
- Transform the target string from snake case to camel case.
- snakeToWords(java.lang.String) - function in com.hexagonkt.core.text.CasesKt
- StringsKt - class in com.hexagonkt.core.text
- stripAccents(java.lang.String) - function in com.hexagonkt.core.text.StringsKt
- TODO.
- stripAnsi(java.lang.String) - function in com.hexagonkt.core.text.StringsKt
- systemFlag(java.lang.String) - function in com.hexagonkt.core.Jvm
- Retrieve a flag (boolean parameter) by name by looking in the JVM system properties first and in OS environment variables if not found.
- SystemLoggingAdapter - class in com.hexagonkt.core.logging
- systemSetting(java.lang.String) - function in com.hexagonkt.core.Jvm
- systemSetting(kotlin.reflect.KClass,java.lang.String) - function in com.hexagonkt.core.Jvm
- systemSettingOrNull(java.lang.String) - function in com.hexagonkt.core.Jvm
- Utility method for retrieving a system setting, check systemSettingOrNull for details.
- systemSettingOrNull(kotlin.reflect.KClass,java.lang.String) - function in com.hexagonkt.core.Jvm
- Retrieve a setting by name by looking in the JVM system properties first and in OS environment variables if not found.