Categorygithub.com/gamenotifier/logmgr
modulepackage
1.3.0
Repository: https://github.com/gamenotifier/logmgr.git
Documentation: pkg.go.dev

# README

logmgr

logmgr is a simple library to combine logrus and Sentry for Go applications making use of the Gin HTTP framework.

# Functions

NewNopLogger creates a new NopLogger instance.
NewPlainLogger creates a Logger without a SentryManager.
NewSentryManager creates a SentryManager with a logLevel output minimum.

# Structs

NopLogger is a logger which does nothing.
No description provided by the author
SentryManager is a struct that issues loggers tied back to a central sentry.Hub instance.

# Interfaces

Logger extends a logrus logger by providing path-like names.
No description provided by the author