Documentation ¶
Overview ¶
Package logutil provides functions that can print to a logger. Any function in this package that takes in a *log.Logger can be passed nil to use the log package's default logger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Print ¶
Print calls Print on a logger or the default logger. Arguments are handled in the manner of fmt.Print.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.