ExecuteListeners are a good way to roll your own loggers. However, you might already be happy with the loggers that are active with jOOQ's default Settings: http://www.jooq.org/doc/3.1/manual/sql-execution/logging/
By default, jOOQ will log executed SQL statements, execution times and the first 5 records from any Result to log4j or slf4j DEBUG output Hope this helps Lukas 2013/7/2 Roger Thomas <[email protected]> > The starting point to do this would be to code a custom ExecuteListener > > http://www.jooq.org/doc/3.0/manual/sql-execution/execute-listeners/ > > > > > On Tuesday, July 2, 2013 3:25:12 PM UTC+1, Venkat Sadasivam wrote: >> >> Anyways to log performance data? i.e. time took to execute a query >> against database, etc. > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
