package
Version:
v0.0.0-...-4bb0eda
Opens a new window with list of versions in this module.
Published: Sep 24, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SetLogger sets client-side Logger. By default, logs are disabled.
type Logger interface {
Fatal(args ...interface{})
Fatalf(format string, args ...interface{})
Fatalln(args ...interface{})
Print(args ...interface{})
Printf(format string, args ...interface{})
Println(args ...interface{})
}
GetLogger returns the current logger.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.