package
1.5.0
Repository: https://github.com/openshift/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 klog (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 klog.

# Interfaces

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