I have a Swing-based application that logs all messages to text files through slf4j with logback underneath.
I'd like to add a feature to show all messages at a certain level(e.g. fatal) logged in the current session on demand, say in a JTable
.
Does slf4j provide API that lets you access historical log messages, preferably filtered by level or time?