# 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