-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the function name to be included in the log output #84
Comments
Chronicles already has a somewhat similar mechanism that adds file name and line number information to each logged line. It's enabled by compiling your code with |
The filename and line number is not nearly enough, especially for large files. It makes following the flow of logging more time consuming without the function name. |
There are some suggestions for how the name of the function can be obtained in the following discussion: The required changes in Chronicles wouldn't be very complicated if one uses |
Related: |
This would help to understand how the log output relates to the program structure (faster).
The text was updated successfully, but these errors were encountered: