Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 581 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 581 Bytes

log

Package log implements a simple structured logging API inspired by apex/log, designed with centralization and log levels in mind. Some code from apex/log was used for the initial implementation.

The primary difference between the two is that each logger has its own level and inherits the level from its parent.

Badges

GoDoc