package
1.1.11
Repository: https://github.com/csrwng/source-to-image.git
Documentation: pkg.go.dev

# Functions

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

None implements the Logger interface but does nothing with the log output.
StderrLog implements the Logger interface for stderr.

# Structs

FileLogger logs the provided messages at level or below to the writer, or delegates to glog.

# Interfaces

Logger is a simple interface that is roughly equivalent to glog.
VerboseLogger is roughly equivalent to glog's Verbose.