info

Macro info 

Source
macro_rules! info {
    ($($arg:tt)+) => { ... };
}
Expand description

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")