//
pkg.gl
Category
github.com/omegaup/go-base/logging/log15/v3
module
package
3.3.7
Repository:
https://github.com/omegaup/go-base.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
5
Files
183 SLOC
#
Functions
New
New opens a log15.Logger, and if it will be pointed to a real file, it installs a SIGHUP handler that will atomically reopen the file and redirect all future logging operations.
Wrap
Wrap returns a new logging.Logger from an existing log.Logger.