package
Version:
v0.0.0-...-9fce2f1
Opens a new window with list of versions in this module.
Published: May 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Debugf(id, format string, v ...interface{})
-
func Errorf(id, format string, v ...interface{})
-
func Fatalf(id, format string, v ...interface{})
-
func Infof(id, format string, v ...interface{})
-
func Warnf(id, format string, v ...interface{})
-
type Flag
-
type Level
-
type Logger
-
type Option
-
type Options
func Debugf(id, format string, v ...interface{})
func Errorf(id, format string, v ...interface{})
func Fatalf(id, format string, v ...interface{})
func Infof(id, format string, v ...interface{})
func Warnf(id, format string, v ...interface{})
const (
Ftimestamp Flag = 1 << iota
Fmicroseconds
Futc
)
const (
Ldebug Level = iota
Linfo
Lwarn
Lerror
Lfatal
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.