//
pkg.gl
Category
github.com/csrwng/origin
pkg
util
glog
package
4.1.0+incompatible
Repository:
https://github.com/csrwng/origin.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
4
Dependents
0
Files
76 SLOC
#
Functions
ToFile
ToFile creates a logger that will log any items at level or below to file, and defer any other output to glog (no matter what the level is.).
#
Variables
Log
Log implements the Logger interface for Glog.
None
None implements the Logger interface but does nothing with the log output.
#
Interfaces
Logger
Logger is a simple interface that is roughly equivalent to klog.