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