Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoBotLogger ¶
type GoBotLogger struct {
LoggerName string
}
GoBotLogger ...
func (GoBotLogger) Errorf ¶ added in v0.0.2
func (g GoBotLogger) Errorf(fmtString string, arg error)
Errorf ...
func (GoBotLogger) Infof ¶ added in v0.0.2
func (g GoBotLogger) Infof(fmtString string, args ...interface{})
Infof ...
func (GoBotLogger) Warnf ¶ added in v0.0.2
func (g GoBotLogger) Warnf(fmtString string, args ...interface{})
Warnf ...
type GoBotLoggerManager ¶ added in v0.0.2
type GoBotLoggerManager struct {
// contains filtered or unexported fields
}
GoBotLoggerManager ...
Click to show internal directories.
Click to hide internal directories.