package
Version:
v1.2.19
Opens a new window with list of versions in this module.
Published: Dec 1, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
Debug(...interface{})
Info(...interface{})
Warn(...interface{})
Error(...interface{})
DPanic(...interface{})
Panic(...interface{})
Fatal(...interface{})
}
func (l Logger) DPanic(args ...interface{})
func (l Logger) Debug(args ...interface{})
func (l Logger) Error(args ...interface{})
func (l Logger) Fatal(args ...interface{})
func (l Logger) Info(args ...interface{})
func (l Logger) Panic(args ...interface{})
func (l Logger) Warn(args ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.