package
Version:
v0.0.62
Opens a new window with list of versions in this module.
Published: Jun 7, 2023
License: Apache-2.0, NCSA
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 79
Opens a new window with list of known importers.
Documentation
¶
Package log provides semantic log functions.
Error logs to the warning log.
Errorf logs to the error log.
Fatal logs to the error log and panics.
Fatalf logs to the error log and panics.
func Fatalln(args ...any)
Fatalln logs to the error log and panics.
Info logs to the informational log.
Infof logs to the informational log.
func Warning(args ...any)
Warning logs to the warning log.
Warningf logs to the warning log.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.