Current section
Files
Jump to
Current section
Files
include/the_stars@log_Logger.hrl
-record(logger, {
level :: the_stars@log:log_level(),
tags :: gleam@dict:dict(the_stars@log:log_level(), binary()),
styles :: gleam@dict:dict(the_stars@log:log_level(), the_stars@styles:style()),
prefix_fn :: fun(() -> binary())
}).