-
Notifications
You must be signed in to change notification settings - Fork 243
Home
goodsign edited this page Aug 8, 2014
·
54 revisions
Seelog 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.
Current version: 2.5
Features: https://github.com/cihub/seelog/wiki/Current-features
If you are new to Seelog, we recommend to read the following sections from top to bottom.
- Installation
- Quick-start
- Log levels
- Constraints and exceptions
- Dispatchers and receivers
- Formatting
- Colored output
- Migrating from standard log pkg
- Example config
- Seelog concept
- Performance
- Logger types
- Writing libraries with Seelog
- Using multiple loggers
- Changing config on the fly
- Stripping symbols
- Custom formatters
- Custom receivers
Seelog examples can be found here: seelog-examples