Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallConsoleLogger ¶
func InstallConsoleLogger() error
Types ¶
type ConsoleLogger ¶
type ConsoleLogger struct {
// contains filtered or unexported fields
}
func (*ConsoleLogger) Errorf ¶
func (l *ConsoleLogger) Errorf(format string, args ...interface{})
func (*ConsoleLogger) Infof ¶
func (l *ConsoleLogger) Infof(format string, args ...interface{})
func (*ConsoleLogger) Raw ¶
func (l *ConsoleLogger) Raw(args ...interface{})
type DefaultLogger ¶
type DefaultLogger struct { }
func (*DefaultLogger) Errorf ¶
func (l *DefaultLogger) Errorf(format string, args ...interface{})
func (*DefaultLogger) Infof ¶
func (l *DefaultLogger) Infof(format string, args ...interface{})
func (*DefaultLogger) Raw ¶
func (l *DefaultLogger) Raw(args ...interface{})
Click to show internal directories.
Click to hide internal directories.