package
Version:
v1.0.21
Opens a new window with list of versions in this module.
Published: Aug 12, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DefaultLogger() *defaultLogger
func Error(v ...interface{})
func Errorf(format string, v ...interface{})
func Info(v ...interface{})
func Infof(format string, v ...interface{})
func Warning(v ...interface{})
func Warningf(format string, v ...interface{})
type PsLogger interface {
Info(v ...interface{})
Infof(format string, v ...interface{})
Error(v ...interface{})
Errorf(format string, v ...interface{})
Warning(v ...interface{})
Warningf(format string, v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.