Macro finest

Source
finest!() { /* proc-macro */ }
Expand description

Log a FINEST message.

FINEST indicates a highly detailed tracing message.

If the logger is currently enabled for the FINEST message level then the given message is forwarded to all the registered output Handler objects.

§Parameters

§Examples

See config. The syntax/usage is the same. Just substitute finest! for config!.