Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins []Logger
Functions ¶
func RemovePlugin ¶
func RemovePlugin(idx int)
Types ¶
type ConsoleLogger ¶
type ConsoleLogger struct{}
func (*ConsoleLogger) Error ¶
func (c *ConsoleLogger) Error(messages ...interface{})
func (*ConsoleLogger) Fatal ¶
func (c *ConsoleLogger) Fatal(messages ...interface{})
func (*ConsoleLogger) Info ¶
func (c *ConsoleLogger) Info(messages ...interface{})
func (*ConsoleLogger) Warning ¶
func (c *ConsoleLogger) Warning(messages ...interface{})
Click to show internal directories.
Click to hide internal directories.