//
pkg.gl
Category
github.com/patrickascher/gofw
logger
package
0.1.10
Repository:
https://github.com/patrickascher/gofw.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
7
Files
181 SLOC
#
Packages
console
Package console implements the log.Interface.
file
Package file implements the log.Interface.
#
Functions
Get
Get the log by its name.
Register
Register adds a new log provider to the registry or reconfigure it.
#
Constants
CRITICAL
Log levels.
DEBUG
Log levels.
ERROR
Log levels.
INFO
Log levels.
TRACE
Log levels.
WARNING
Log levels.
#
Variables
ErrLogLevel
Error messages.
ErrMandatoryWriter
Error messages.
ErrUnknownLogger
Error messages.
#
Structs
Config
Config for the log instance.
LogEntry
LogEntry is representing the actual log message.
Logger
No description provided by the author
#
Interfaces
Interface
Interface is used by log providers.