Documentation ¶
Overview ¶
Package log provides functionality similar to standard log package with some extensions:
- verbosity levels
- global verbosity setting that can be used by multiple packages
- ability to disable all output
- ability to cache recent output in memory
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableLogCaching ¶
func EnableLogCaching(maxLines, maxMem int)
EnableCaching enables in memory caching of log output. Caches up to maxLines, but no more than maxMem bytes. Cached output can later be queried with CachedOutput.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.