//
pkg.gl
Category
github.com/apache/trafficcontrol/v8
lib
go-llog
package
8.0.2
Repository:
https://github.com/apache/trafficcontrol.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
57 SLOC
#
Functions
LibInit
LibInit initializes the Log for libraries.
New
New creates a new Log.
Nop
Nop returns a Log that never logs.
#
Interfaces
Log
Log is an interface which library functions may accept in order to log without side effects, if the caller desires.
#
Type aliases
WriterFunc
WriterFunc is an adapter to allow the use of ordinary functions as io.Writers.