package
Version:
v1.5.12
Opens a new window with list of versions in this module.
Published: Jul 7, 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
¶
View Source
const (
CLogInfo = "info"
CLogWarn = "warn"
CLogErro = "erro"
)
type ILogging interface {
HasInfo() bool
HasWarn() bool
HasErro() bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.