package
0.0.0-20240524050450-f3d5c149358a
Repository: https://github.com/bufrr/net.git
Documentation: pkg.go.dev
# Functions
Debug logs to the DEBUG log.
Debugf logs to the DEBUG log.
Error logs to the ERROR log.
Errorf logs to the ERROR log.
Info logs to the INFO log.
Infof logs to the INFO log.
SetLogger sets the global logger object.
Warning logs to the WARN log.
Warningf logs to the WARN log.
# Interfaces
Logger is the logger interface.