package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package logger Everything logger related
type ILogger interface {
Info(args ...interface{})
Infof(template string, args ...interface{})
Debug(args ...interface{})
Debugf(template string, args ...interface{})
Error(args ...interface{})
Errorf(template string, args ...interface{})
Fatalf(template string, args ...interface{})
}
New Creates new instance of Logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.