package
Version:
v0.0.0-...-4da1013
Opens a new window with list of versions in this module.
Published: Jul 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ILogger interface {
Debug(a ...interface{})
Info(a ...interface{})
Warn(a ...interface{})
Error(a ...interface{})
Fatal(a ...interface{})
Ok(a ...interface{})
Fail(a ...interface{})
Msg(a ...interface{})
With(m map[string]interface{}) ILogger
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.