macro_rules! warn { ($($arg:tt)+) => { ... }; }
Logs a message at the warn level.
use forensic_rs::warn; warn!("The artifact {} cannot be parsed", r"C:\Windows\Prefetch\POWERSHELL.EXE-AE8EDC9B.pf")