package
8.0.2
Repository: https://github.com/apache/trafficcontrol.git
Documentation: pkg.go.dev

# Functions

LibInit initializes the Log for libraries.
New creates a new Log.
Nop returns a Log that never logs.

# Interfaces

Log is an interface which library functions may accept in order to log without side effects, if the caller desires.

# Type aliases

WriterFunc is an adapter to allow the use of ordinary functions as io.Writers.