-
Notifications
You must be signed in to change notification settings - Fork 27
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
Added LineFileTagCombiner #1512
Conversation
* | ||
******************************************************************************* | ||
*/ | ||
class LineFileTagCombiner : public axom::lumberjack::Combiner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class is nearly identical to the TextTagCombiner, with the exception of the criteria used to determine whether the message should be combined.
ReadTheDocs link to changes for this PR: https://axom.readthedocs.io/en/feature-bergel1-line_file_tag_combiner/axom/lumberjack/docs/sphinx/combiner_class.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gberg617 !
Please also update the RELEASE_NOTES
…ub.com/LLNL/axom into feature/bergel1/line_file_tag_combiner
I added a bullet under the "unreleased" section. |
Summary