//
pkg.gl
Category
github.com/pennocktech/dummyapp
internal
logging
package
0.1.0
Repository:
https://github.com/pennocktech/dummyapp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
150 SLOC
#
Functions
Enabled
Enabled is a predicate stating if logging is enabled.
NilLogger
NilLogger returns a typed nil which satisfies Logger but does nothing.
Setup
Setup is used to setup logging.
#
Interfaces
Logger
Logger is the interface API which the rest of our code should use for logging.