Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GLog ¶
type GLog interface { Info(args ...interface{}) InfoF(format string, args ...interface{}) Debug(args ...interface{}) DebugF(format string, args ...interface{}) Warn(args ...interface{}) WarnF(format string, args ...interface{}) Error(args ...interface{}) ErrorF(format string, args ...interface{}) Fatal(args ...interface{}) FatalF(format string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.