Documentation ¶
Overview ¶
log_console.go:
Provides console logging through the common interface. To use, create the logger object with the following syntax: NewConsoleLogger()
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConsoleLogger ¶
func NewConsoleLogger() *consoleLogger
NewConsoleLogger creates a default logger object that prints log messages to the console.
func NewConsoleLoggerExt ¶
NewConsoleLoggerExt() allows the user to create a customized logger that will then be used by the vlogger interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.