package
Version:
v0.3.0-alpha
Opens a new window with list of versions in this module.
Published: Jan 21, 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
¶
func Debug(format string, args ...interface{})
func Error(format string, args ...interface{})
func Fatal(format string, args ...interface{})
func Info(format string, args ...interface{})
func Warn(format string, args ...interface{})
type RpcLogger interface {
Debug(format string, args ...interface{})
Info(format string, args ...interface{})
Warn(format string, args ...interface{})
Error(format string, args ...interface{})
Fatal(format string, args ...interface{})
LogLevel()
}
rpc-backend-go logger interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.