Module log_mod

Module log_mod 

Source
Expand description

Logging utilities

Windjammer’s std::log module maps to these functions.

Functions§

debug
Log debug message
error
Log error message
info
Log info message
init
Initialize logger (call once at program start)
trace
Log trace message
warn
Log warning message