Macro xplm::debugln

source ·
macro_rules! debugln {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Writes a message to the developer console and Log.txt file, with a newline