[][src]Function tide_trace::probe

pub fn probe(tag: String, data: String)

Trace utility for incoming requests and responses.

Examples

tide_trace::probe("identifier".to_string(), "data to log".to_string());