Skip to content

Eventials Logging library for our golang projects

License

Notifications You must be signed in to change notification settings

eventials/golog

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

No packages published

Contributors 4

  •  
  •  
  •  
  •