A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
S
- setAdapter(LoggingPort) - function in com.hexagonkt.core.logging.LoggingManager
- setDefaultLoggerName(String) - function in com.hexagonkt.core.logging.LoggingManager
- setDisableChecks(Boolean) - function in com.hexagonkt.core.HelpersKt
- Disable heavy and optional checks in runtime.
- setLoggerLevel(LoggingLevel) - function in com.hexagonkt.core.logging.Logger
- Set a logging level for this logger.
- setLoggerLevel(LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logger logging level for a logger with a default name.
- setLoggerLevel(Object,LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logging level for a logger with a class instance.
- setLoggerLevel(String,LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logger logging level by name.
- setLoggerLevel(KClass,LoggingLevel) - function in com.hexagonkt.core.logging.LoggingManager
- Set a logging level for a logger with a class name.
- setLoggerLevel(String,LoggingLevel) - function in com.hexagonkt.core.logging.LoggingPort
- Set logging level for a logger.
- setLoggerLevel(String,LoggingLevel) - function in com.hexagonkt.core.logging.PrintLoggingAdapter
- Set logging level for a logger.
- setStackTrace(Array) - function in kotlin.Throwable
- setUseColor(Boolean) - function in com.hexagonkt.core.logging.LoggingManager
- sign(String,String,ByteArray) - function in com.hexagonkt.core.security.CryptoKt
- snakeToCamel(String) - function in com.hexagonkt.core.StringsKt
- Transform the target string from snake case to camel case.
- snakeToWords(String) - function in com.hexagonkt.core.StringsKt
- StringsKt - class in com.hexagonkt.core
- stripAccents(String) - function in com.hexagonkt.core.StringsKt
- TODO.
- stripAnsi(String) - function in com.hexagonkt.core.StringsKt
- SVG - enum entry in com.hexagonkt.core.media.ImageMedia
- systemFlag(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.
- systemSetting(String) - function in com.hexagonkt.core.Jvm
- systemSetting(KClass,String) - function in com.hexagonkt.core.Jvm
- systemSettingOrNull(String) - function in com.hexagonkt.core.Jvm
- Utility method for retrieving a system setting, check systemSettingOrNull for details.
- systemSettingOrNull(KClass,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.