go-peer/pkg/logger/doc.go
2023-11-08 03:31:35 +07:00

6 lines
271 B
Go

// Package logger allows you to use different levels of logging - errors, warnings, information.
//
// The output of each individual logging type can be configured to its own file.
// The logging format is carried out by means of the transmitted function.
package logger