package
0.0.0-20240208133757-fda440137eaa
Repository: https://github.com/superles/yapmetrics.git
Documentation: pkg.go.dev
# Functions
Initialize инициализирует синглтон логера с необходимым уровнем логирования.
# Constants
No description provided by the author
DPanicLevel logs are particularly important errors.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
InfoLevel is the default logging priority.
PanicLevel logs a message, then panics.
WarnLevel logs are more important than Info, but don't need individual human review.
# Variables
No description provided by the author