The highest tagged major version is
v2 .
Discover Packages
github.com/brexhq/substation
internal
log
package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: May 9, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package log wraps logrus and provides global logging
only debug logging should be used in condition/, process/, and internal/ to reduce the likelihood of corrupting output for apps
debug and info logging can be used in cmd/
func Debug(args ...interface{})
Debug wraps logrus Debug function with stack information
func Info(args ...interface{})
Info wraps logrus Debug function with stack information
WithField wraps logrus WithField function
Source Files
¶
Click to show internal directories.
Click to hide internal directories.