# README
tuxlog
A go library that provides minimalistic level logging based on the
tuxlogi
generic level logging
interface.
The goal is minimalism with no external dependencies other than the standard
go library and the tuxlogi
interface
itself.
This is currently used by
cablemodemcli
and other projects
in go
used by tuxgal
and
tuxgalhomelab
.
# Functions
NewConsoleLoggerConfig returns a logger configuration for logging to stdout with the maximum logging level set to Info.
NewLogger instantiates a Logger.
No description provided by the author
# Type aliases
Level represents the logging level used by the tuxlog logger.