Macro forensic_rs::warn
source · macro_rules! warn { ($($arg:tt)+) => { ... }; }
Expand description
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")