Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Errorf(fmtSpec string, args ...interface{}) Error(message string) Printf(fmtSpec string, args ...interface{}) Print(message string) }
Logger defines methods to log E4 client messages
func NewTUILogger ¶
NewTUILogger creates a Logger writing messages in given tui.Box
Click to show internal directories.
Click to hide internal directories.