# README
tuxlogi
A go library that provides just a generic level logging interface.
The interface can be used to define an abstract logger in libraries or any command line utilties, and allow users to customize the concrete logging implementation to use.
This is currently used by
cablemodemutil
,
cablemodemcli
and other projects
in go
used by tuxgal
and
tuxgalhomelab
.
# Interfaces
Logger represents a generic level logging interface decoupled from any single logging implementation.