package
0.0.0-20240224005618-d2acac8f3701
Repository: https://github.com/u-root/uio.git
Documentation: pkg.go.dev
# Functions
Debug prints to log.Printf at the debug level.
Default is the stdlib default log sink.
MultiPrintf is a Printf that prints to all given p.
New creates a logger from p which prepends the log level to the output and uses l as the default log level.
SinkFor prepends the log with a log level and outputs to p.
Test is a logger that prints every level to t.Logf.
WritePrintf is a Printf that prints lines to w.
# Interfaces
Printfer is an interface implementing Printf.