nim-morelogging icon indicating copy to clipboard operation
nim-morelogging copied to clipboard

Logging library for Nim

Results 1 nim-morelogging issues
Sort by recently updated
recently updated
newest added

I have the following code: ``` onUnhandledException = proc(msg: string) = log.error("Uncaught error", {"MESSAGE": msg}) discard ``` I can only see the error message in the syslog, no "Uncaught error"...