macro_rules! nslog {
($format:expr) => { ... };
($format:expr, $($arg:expr),+) => { ... };
}
Expand description
Respond to problem situations in your interactions with APIs, and fine-tune your app for better debugging.
macro_rules! nslog {
($format:expr) => { ... };
($format:expr, $($arg:expr),+) => { ... };
}
Respond to problem situations in your interactions with APIs, and fine-tune your app for better debugging.