modulepackage
0.0.0-20240607170559-97d102556f7a
Repository: https://github.com/c032/go-logger.git
Documentation: pkg.go.dev
# README
go-logger
Logging wrappers to make it easier to not depend on thirdparty loggers when I don't need them, but still being able to plug them in without much trouble.
This package only depends on the standard library; it doesn't have any external dependencies.
License
Apache 2.0
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Buffered is a logger that might not persist the logged messages immediately, e.g.
No description provided by the author
No description provided by the author