Packages
Professional observability suite for Gleam: structured logging, metrics, and statistical benchmarking
Current section
Files
Jump to
Current section
Files
include/viva_telemetry@log@handler_ConsoleConfig.hrl
-record(console_config, {
level :: viva_telemetry@log@level:level(),
colored :: boolean(),
stderr_for_errors :: boolean()
}).