Skip to content

eventials/golog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-log Build Status Go Report Card GoDoc

Logging library for golang projects.

Example

logger := consolelog.NewConsoleLogger("")

log.AddLogger(logger)

log.Info("info message")
log.Info("info message with parameters: %d", 100)
log.Error("error: %s", "an error")

Loggers

Logger Description Dependency
Console Logs everything to Stderr None
Sentry Logs errors, panics and fatals to Sentry raven-go
Stream Logs everything to io.Stream None
TimedRotating Logs everything to rolling files lumberjack

License

MIT

About

Eventials Logging library for our golang projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors