Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConsoleLogger ¶
type ConsoleLogger struct{}
ConsoleLogger is a logger that logs to the console. This is intended for use in debugging the plugin itself.
func (ConsoleLogger) Error ¶
func (c ConsoleLogger) Error(v ...interface{})
Error logs a message to the console.
func (ConsoleLogger) Errorf ¶
func (c ConsoleLogger) Errorf(format string, v ...interface{})
Errorf logs a formatted message to the console.
func (ConsoleLogger) Infof ¶
func (c ConsoleLogger) Infof(format string, v ...interface{})
Infof logs a formatted message to the console.
Click to show internal directories.
Click to hide internal directories.