Documentation ¶ Index ¶ func Init() type GLogger func (gl GLogger) Debug(f string, a ...interface{}) func (gl GLogger) Error(f string, a ...interface{}) func (gl GLogger) Info(f string, a ...interface{}) func (gl GLogger) Warn(f string, a ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init() Types ¶ type GLogger ¶ type GLogger struct{} Simple adapter to utilise Google's GLog package with goirc. Just import this package alongside goirc/client and call glog.Init() in your main() to set things up. func (GLogger) Debug ¶ func (gl GLogger) Debug(f string, a ...interface{}) func (GLogger) Error ¶ func (gl GLogger) Error(f string, a ...interface{}) func (GLogger) Info ¶ func (gl GLogger) Info(f string, a ...interface{}) func (GLogger) Warn ¶ func (gl GLogger) Warn(f string, a ...interface{}) Source Files ¶ View all Source files glog.go Click to show internal directories. Click to hide internal directories.