exirc v2.0.0 ExIRC.Logger
A simple abstraction of :error_logger
Link to this section Summary
Functions
Log an error message report
Log an informational message report
Log a warning message report
Link to this section Functions
Link to this function
error(msg)
Specs
error(binary()) :: :ok
Log an error message report
Link to this function
info(msg)
Specs
info(binary()) :: :ok
Log an informational message report
Link to this function
warning(msg)
Specs
warning(binary()) :: :ok
Log a warning message report