Discover Packages
github.com/J-R-Oliver/dwp-assessment-go
pkg
logging
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 2, 2022
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package logging provides a succinct logger that supports log levels. The logger is preconfigured to output log entry's
with time, date and log level prefixes.
type Logger interface {
Error(logMessage any )
Info(logMessage any )
Debug(logMessage any )
}
New returns an instance of Logger configured to output log entry of the passed Level or higher.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.