Skip to content
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

improve logging by introducing named loggers #146

Merged

Conversation

torbjoernk
Copy link
Contributor

By introducing named loggers, we are able to denote specific loggers to certain parts of the code to ease grepping for interesting parts of the log.

Currently, there are loggers (beside "default") for "Controller" (e.g. SDC, MLSDC), "Sweeper" (e.g. IMEX), "Quadrature" (yet unused) and user defined ones such as "Advec" (for the AdvectionDiffusionSweeper).

this should enable better 'grep'-ing of the log for special data given
the user has added and used several different named loggers for
different parts of his code

(I'll provide a more extensive example within the Boris example)
memmett added a commit that referenced this pull request Jan 21, 2015
@memmett memmett merged commit 549019c into Parallel-in-Time:development Jan 21, 2015
@torbjoernk torbjoernk added this to the Release 0.4.0 milestone Jan 22, 2015
@torbjoernk torbjoernk deleted the feature/rewamp-logging branch February 11, 2015 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants