Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Wrap Up

The use of the methods directly, requires a lot more coding in general, hence maintenance, and the inclusion of boilerplating of the ‘logger’ setup.

The primary benefit, is the ability to provide different ‘logger’ configurations for each function, as needed.

As mentioned in the API, the methods are the backbone of the FLogging crate. The macros are simply convenient wrappers for them. Thereby removing the need for you to track and maintain that code.