package
Version:
v1.0.0-beta.3
Opens a new window with list of versions in this module.
Published: Jul 5, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
log is a package that summarizes the log output functions.
If you want to output the log, rewrite the package variable.
func NilLog(args ...interface{})
NilLog is a function that outputs nothing.
func NilLogf(formatMsg string, args ...interface{})
NilLogf is a function that outputs nothing.
type Log func(args ...interface{})
type Logf func(formatMsg string, args ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.