//
pkg.gl
Category
github.com/patrickascher/gofer
logger
package
0.1.14-beta9
Repository:
https://github.com/patrickascher/gofer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
5
Files
171 SLOC
#
Packages
logrus
Package logrus provider for the logger package.
mocks
No description provided by the author
#
Functions
Get
Get a logger by the registered name.
Register
Register a new logger provider by name.
#
Constants
DEBUG
Level - the higher the more critical.
ERROR
Level - the higher the more critical.
INFO
Level - the higher the more critical.
PANIC
Level - the higher the more critical.
TRACE
Level - the higher the more critical.
WARNING
Level - the higher the more critical.
#
Variables
ErrProvider
ErrProvider - Error message.
#
Structs
Entry
Entry struct holds all information for the log message.
#
Interfaces
Manager
Manager interface.
Provider
Provider interface.
#
Type aliases
Fields
Fields can be used to add more details to a log message.
Level
Level type.