Warnings count in slf4j?

844 views Asked by At

Is there an easy way to find out programmatically the total number of messages that have been logged at a certain level since the program started? I could do that by writing a wrapper around a Logger and using it everywhere, but perhaps there is an easier way?

0

There are 0 answers