macro_rules! debug {
($($args:tt)+) => { ... };
}
Expand description
A macro for logging debug information.
Note that this will fail silently if syslog was not initialized.
macro_rules! debug {
($($args:tt)+) => { ... };
}
A macro for logging debug information.
Note that this will fail silently if syslog was not initialized.