Nils Vu
Nils Vu
This C++ function is not parsed correctly by Breathe: ```cpp // One of the opening parens is dropped by Breathe. template MyTemplate broken_func(); ``` This is the error message: ```...
I had to experiment a bit until I found the right way to render from stdin. This extended example could be helpful to someone.
Records can then be colored according to their log level.
e.g. version, build, ...
possibly alternatives to code and environment variables, e.g. a `.plist` file
e.g. to send records to a server or via Email
The `message` closure is currently evaluated every time it is handled. Evaluating it only once would be more efficient.
Make sure the initial info is logged as expected, as it is called before checking the log levels.