package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Apr 17, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DEBUG Level = 0x0000a1
INFO = 0x0000b2
WARN = 0x0000c3
ERROR = 0x0000d4
DATA = 0x0000f5
NONE = 0x0000e6
)
func Printf(level Level, format string, s ...interface{})
func Println(level Level, s ...interface{})
func SetLogger(level Level)
type Logger interface {
Println(...interface{})
Printf(string, ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.