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

[LOGMGR-79] Allow isLoggable() to be skipped so that handlers can publish records to their child handlers. #35

Closed
wants to merge 2 commits into from

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Aug 14, 2013

Updated the QueueHandler to use the new option.

for (Handler handler : getHandlers()) {
handler.publish(record);
if (handler.isLoggable(record)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not duplicate an existing check?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, yeah it would. I'll change that back.

… level check wouldn't pass on the queue handler.
@dmlloyd
Copy link
Member

dmlloyd commented Sep 4, 2013

Merged into master & 1.5.

@dmlloyd dmlloyd closed this Sep 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants