Skip to content
/ log4go Public
forked from skoowoo/log4go

simple log library for Go language

License

Notifications You must be signed in to change notification settings

Xi0ng8/log4go

 
 

Repository files navigation

log4go

Simple log library for Go language.

####Install

go get github.com/skoo87/log4go

####Usages Refer to examples

####Features

  • Output log to file, the file can be rotated by itself.
  • Output log to console.
  • Output log to remote server with syslog protocol.

####TODO

  1. syslog
  2. udp/tcp writer
  3. more of rules of log rotation
  4. custom the format of log

Just modify : custom the format of log

for request of some project log file do not need [INFO] tag,do not need line number

About

simple log library for Go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%