//
pkg.gl
Category
github.com/msz-kp/go-dicom
dicomlog
package
0.0.0-20240903231403-f73aec941404
Repository:
https://github.com/msz-kp/go-dicom.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
19 SLOC
#
Functions
Level
Level returns the current log level.
SetLevel
SetLevel sets log verbosity.
Vprintf
Vprintf is shorthand for "if level > Level { log.Printf(...) }".