No I can't:
1. I need all of the logged lines to appear in the log.
2. I need the level of some log lines to be set according to the number and nature of previous logs.
3. I can do it outside of the logging framework itself (as I do right now), but it pollutes the whole application and adds complexity, it would be much cleaner if it was achieved in a logback filter.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
No I can't:
1. I need all of the logged lines to appear in the log.
2. I need the level of some log lines to be set according to the number and nature of previous logs.
3. I can do it outside of the logging framework itself (as I do right now), but it pollutes the whole application and adds complexity, it would be much cleaner if it was achieved in a logback filter.