Categorygithub.com/go-x-pkg/log
modulepackage
0.0.6
Repository: https://github.com/go-x-pkg/log.git
Documentation: pkg.go.dev

# README

log

GoDev Build Status Coverage Status Go Report Card

A golang library providing a lightweight logging facade.

see rustlang log package

# 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
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

For producing final messages before application’s death.
For detailed system behavior reports and diagnostic messages to help to locate problems during development.
For severe failures that affects application's workflow, not fatal, however (without forcing app shutdown).
For general information on the application's work.
A special log level used to turn off logging.
For pervasive information on states of all elementary constructs.
For indicating small errors, strange situations, failures that are automatically handled in a safe manner.

# Interfaces

No description provided by the author
logger storage.

# Type aliases

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