Hi, I developed a framework that allows to log via slf4j by placing @Log annotation on method, constructor or whole class. The framework logs messages using indent for each method call, this is how it looks like: http://aspect4log.sourceforge.net/index.html
Now i'm trying to solve a problem of amending the messages that were sent to slf4j directly (e.g. by Hibernate). I want to place a proper indent into the beginning of a message. How can I do it? Regards, Vitaliy S
_______________________________________________ slf4j-user mailing list slf4j-user@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-user