finer!() { /* proc-macro */ }Expand description
Log a FINER message.
FINER indicates a fairly detailed tracing message.
Suggest logging calls for entering, returning,
or Errors, such as returned via Result, are traced at
this level.
If the logger is currently enabled for the FINER message level then the given message is forwarded to all the registered output Handler objects.
§Parameters
msg- See Special Note
§Examples
See config. The syntax/usage is the same.
Just substitute finer! for config!.