package
module
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Dec 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 13
Opens a new window with list of known importers.
README
¶
Deprecated: Log
Note: go-log has been deprecated in favour of go-micro/util/log
Documentation
¶
func Fatal(v ...interface{})
Fatal logs with Log and then exits with os.Exit(1)
func Fatalf(format string, v ...interface{})
Fatalf logs with Logf and then exits with os.Exit(1)
func Log(v ...interface{})
Log makes use of github.com/go-log/log.Log
func Logf(format string, v ...interface{})
Logf makes use of github.com/go-log/log.Logf
SetLogger sets the local logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.