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