Documentation
¶
Overview ¶
Package debug provides lightweight file-based debug logging for development.
Logging is activated by passing --debug on the command line. When disabled every call to Log is a no-op with no allocations, so the package is safe to leave wired in production builds.
Index ¶
Constants ¶
View Source
const LogFile = "/tmp/fern-debug.log"
LogFile is the path written to when debug mode is active
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.