Documentation ¶
Overview ¶
Package logger provides optional debug logging of the Signal library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configure ¶
func Configure(settings string)
Configure allows arbitrary logger configuration settings. The default logger uses this method to configure what Go files are allowed to log.
Types ¶
type Loggable ¶
type Loggable interface { Debug(caller, message string) Info(caller, message string) Warning(caller, message string) Error(caller, message string) Configure(settings string) }
Loggable is an interface for logging.
var Logger Loggable
Logger is a shared loggable interface that this library will use for all log messages.
Click to show internal directories.
Click to hide internal directories.