Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func SaveConfig ¶
Types ¶
type ConsoleLogWriter ¶
This is the standard writer that prints to standard output.
func NewColorConsoleLogWriter ¶
func NewColorConsoleLogWriter() ConsoleLogWriter
This creates a new ConsoleLogWriter
func (ConsoleLogWriter) Close ¶
func (w ConsoleLogWriter) Close()
Close stops the logger from sending messages to standard output. Attempts to send log messages to this logger after a Close have undefined behavior.
func (ConsoleLogWriter) LogWrite ¶
func (w ConsoleLogWriter) LogWrite(rec *l4g.LogRecord)
This is the ConsoleLogWriter's output method. This will block if the output buffer is full.
Click to show internal directories.
Click to hide internal directories.