| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A deadly simple log package.
Perform differently in different build modes:
when not defined(release) and not defined(js):
when defined(release): (without filename and number of line)
Choose your own timer:
# demo.nim
import std / times
import simplelog
simplelog.timer =
proc(): string =
$now().utc
when isMainModule:
debug("different timer")nim c -r demo.nimoutput:
2023-06-02T08:02:33Z [DEBUG] E:\projects\simplelog\demo.nim:12 different timertodo:
| Back | FazBrowse Home | New Git URL |