Hi,
We're using the SLF4j logging api heavily and happily in our spring-dm powered project. not only for common information but also for those profiling information.
Now we want to those performance related information to be stored into a seperated target, for example, a file, or even a message queue or db.
Is it possible for me to customize the spring-dm's logging service to create a separated appender for some specific logging categories?
Or any suggestions to achieve this ?
Thanks !


