package
Version:
v0.0.7-alpha
Opens a new window with list of versions in this module.
Published: May 30, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DPanic(params ...interface{})
func Debug(params ...interface{})
func Error(params ...interface{})
func Fatal(params ...interface{})
func Info(params ...interface{})
func Panic(params ...interface{})
func Warn(params ...interface{})
type Context map[string]interface{}
type Logger interface {
Info(...interface{})
Error(...interface{})
Debug(...interface{})
Fatal(...interface{})
Warn(...interface{})
Panic(...interface{})
DPanic(...interface{})
WithContext(context Context) Logger
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.