Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdOutLogger ¶ added in v0.6.0
type StdOutLogger struct{}
StdOutLogger logs to stdout
func (StdOutLogger) LogErrorf ¶ added in v0.6.0
func (s StdOutLogger) LogErrorf(txid string, format string, args ...interface{})
LogErrorf ...
func (StdOutLogger) LogTracef ¶ added in v0.6.0
func (s StdOutLogger) LogTracef(txid string, format string, args ...interface{})
LogTracef ...
func (StdOutLogger) LogWarningf ¶ added in v0.6.0
func (s StdOutLogger) LogWarningf(txid string, format string, args ...interface{})
LogWarningf ...
Click to show internal directories.
Click to hide internal directories.