Packages

A terminal styling and logging framework based off the Golang Charm Lipgloss framework.

Current section

Files

Jump to
the_stars include log_Logger.hrl
Raw

include/log_Logger.hrl

-record(logger, {
log_level :: integer(),
show_timestamp :: boolean(),
debug_style :: styles:style(),
info_style :: styles:style(),
warn_style :: styles:style(),
error_style :: styles:style(),
fatal_style :: styles:style()
}).