Lucas Sta Maria <lucas@priime.dev>
logman is a package with small formatting additions to base logging. In particular, it specifies the message’s level and the time it was output. Note that it uses date-display-format for its time formatting, which is recommended to be set to 'iso-8601.
procedure
( log-warning message)→void?
message:any/c
'debug))[DEBUG] 2025年08月18日T03:23:14 - debug information
[INFO ] 2025年08月18日T03:23:14 - regular information
[WARN ] 2025年08月18日T03:23:14 - warnings
[ERROR] 2025年08月18日T03:23:14 - errors
[FATAL] 2025年08月18日T03:23:14 - fatal errors