Skip to content

Releases: ian-kent/go-log

v0.1

14 May 22:19
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  • similar to log4j
  • log/log4go compatible(ish)
  • appenders
    • console
    • rolling file
    • fluentd
  • layouts
    • basic
    • pattern
  • logger namespacing and inheritance
  • log levels (trace, debug, warn, info, error, fatal, )
  • sprintf style and function parameter support to log functions
  • global and instance based log functions