package
Version:
v0.0.0-...-61dbfe3
Opens a new window with list of versions in this module.
Published: Nov 26, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Debug(v ...interface{})
Debug output logs at debug level
func Error(v ...interface{})
Error output logs at error level
func Fatal(v ...interface{})
Fatal output logs at fatal level
func Info(v ...interface{})
Info output logs at info level
Setup initialize the log instance
func Warn(v ...interface{})
Warn output logs at warn level
const (
DEBUG Level = iota
INFO
WARNING
ERROR
FATAL
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.