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
syslog- udp/tcp writer
- more of rules of log rotation
- custom the format of log