Categorygithub.com/tuxgal/tuxlogi
modulepackage
0.3.0
Repository: https://github.com/tuxgal/tuxlogi.git
Documentation: pkg.go.dev

# README

tuxlogi

PkgGoDev Build Tests Lint CodeQL Go Report Card

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.