macro_rules! log {
($file:expr, $($arg:tt)*) => { ... };
}
Expand description
Write a formatted log entry to the given PetriLogFile
.
macro_rules! log {
($file:expr, $($arg:tt)*) => { ... };
}
Write a formatted log entry to the given PetriLogFile
.