package
1.22.0
Repository: https://github.com/anchore/syft.git
Documentation: pkg.go.dev

# Functions

Debug logs the given arguments at the debug logging level.
Debugf takes a formatted template string and template arguments for the debug logging level.
Error logs the given arguments at the error logging level.
Errorf takes a formatted template string and template arguments for the error logging level.
No description provided by the author
Info logs the given arguments at the info logging level.
Infof takes a formatted template string and template arguments for the info logging level.
Nested returns a new logger with hard coded key-value pairs.
No description provided by the author
Trace logs the given arguments at the trace logging level.
Tracef takes a formatted template string and template arguments for the trace logging level.
Warn logs the given arguments at the warning logging level.
Warnf takes a formatted template string and template arguments for the warning logging level.
WithFields returns a message logger with multiple key-value fields.