Categorygithub.com/wasilak/loggergo
modulepackage
0.0.13
Repository: https://github.com/wasilak/loggergo.git
Documentation: pkg.go.dev

# README

loggergo

GitHub tag (with filter) GitHub go.mod Go version (branch & subdirectory of monorepo) Go Reference Maintainability

Logging library I've come up with in order unify way my apps implement logging.

# Functions

The LoggerInit function initializes a logger with the provided configuration and additional attributes.

# Structs

The LoggerGoConfig type is a configuration struct for a logger in Go, with fields for level, format, and dev mode.