Skip to content
cihub edited this page Dec 22, 2011 · 54 revisions

Sealog is a powerful and easy-to-learn logging framework that provides functionality for flexible dispatching, filtering, and formatting. Natively written in the Go programming language.

If you are new to Sealog, we recommend to read the following sections from top to bottom.

Basic sections:

Advanced sections:

Examples

Sealog examples can be found in 'examples' folder. Current example list:

  • examples/exceptions - demonstrates constraints and exceptions
  • examples/outputs - demonstrates dispatchers and writers
  • examples/formats - demonstrates formats
  • examples/behavior - demonstrates behaviors

Reference

Clone this wiki locally