Categorygithub.com/ValGoldun/logger
modulepackage
1.0.0
Repository: https://github.com/valgoldun/logger.git
Documentation: pkg.go.dev

# README

logger, err := logger.New(Info)
if err != nil {
	return err
}

logger.Info("info log", 
	Field{
	    Key: "some field", 
	    Value: "some field value",
	},
)

# Functions

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
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author