8000 GitHub - jedisct1/dlog: A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jedisct1/dlog

Repository files navigation

dlog

Go's standard logger is fairly limited. As result, kazilion alternatives loggers have been written.

All of these are wonderful. They can make your logs look colorful and pretty, buffer things in complicated ways, format data for ElasticSearch, and more.

Cool, but all I wanted is something super dumb, that just exposes log.Info(), log.Error() and a couple other standard levels.

I don't need a super flexible kitchen sink. Just something super basic and trivial to use. I just want it to handle different log levels, and be able to write simple logs to stderr, to a local file, to syslog and to the Windows event log.

So, here's one more logging library for Go. The dumbest of them all. Enjoy.

About

A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0