Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomLogger ¶
type CustomLogger struct{}
CustomLogger is used to abstract away a 3rd party logger.
var Custom *CustomLogger
Custom is used as a global var so I don't need to pass in everywhere as a dependency.
func (*CustomLogger) Debugf ¶
func (cl *CustomLogger) Debugf(format string, msg ...interface{})
func (*CustomLogger) Debugln ¶
func (cl *CustomLogger) Debugln(msg ...interface{})
func (*CustomLogger) Errorln ¶
func (cl *CustomLogger) Errorln(msg ...interface{})
func (*CustomLogger) Infoln ¶
func (cl *CustomLogger) Infoln(msg ...interface{})
func (*CustomLogger) Panicln ¶
func (cl *CustomLogger) Panicln(msg ...interface{})
Click to show internal directories.
Click to hide internal directories.