Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 447 Bytes

Logger

A structured logger.

Design

The logger is designed with the idea of following closely the severity levels as defined in RFC5424.

A partial log compatibility layer is available by importing github.com/tzvetkoff-go/logger/compat/log.

Usage

See example.go for an example.

License

The code is subject to the MIT license.