arthurblake / log4jdbc

log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
506 stars 148 forks source link

Utilize logging Markers when using SLF4J logger #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very nice if you could add Markers for the events you are 
outputting. E.g. timing values, SQL data etc. 

Now everything goes into the message which makes it less usefull if you have a 
logging stack like ELK and wishes to do filtering etc. against defined logging 
markers.

Original issue reported on code.google.com by e...@knowit.no on 4 Feb 2015 at 6:52

slavik57 commented 6 years ago

Look at pr #92 maybe you can use that