DEBUG

actual val DEBUG: LogLevel

Debug and above (excludes TRACE). Warning: May log sensitive information.

expect val DEBUG: LogLevel

Logs debug information and all higher severity levels

actual val DEBUG: LogLevel

Logs debug information and all higher severity levels. Includes: DEBUG, INFO, WARN, ERROR

Warning: May log sensitive information including API keys and message content. Use only in development environments.

actual val DEBUG: LogLevel