windzhu0514 / log4go

simple log library for Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple log library for Go language

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%