forked from cihub/seelog
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Home
        dmitrybond edited this page May 20, 2012 
        ·
        44 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: 1.0
Current features: https://github.com/cihub/seelog/wiki/Current-features
Planned features: https://github.com/cihub/seelog/wiki/Planned-features-in-version-2.0.0
If you are new to Seelog, we recommend to read the following sections from top to bottom.
- Logger types
 - Seelog concept
 - Performance
 - Writing libraries with Seelog
 - Using multiple loggers
 - Changing config on the fly
 - Stripping symbols
 
Seelog examples can be found here: seelog-examples