mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
6 lines
271 B
Go
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
|