A
aa
Hello,
I would need a library that would asynhronously write logging
data to database using JDBC.
Can Commons Logging do that or are there any other tools?
If I would implement it myself how should it be done?
A thread for every log event or what. Would that quarantee that
logged data would appear in same order to database I write them?
Any suggestions?
Thanks,
I would need a library that would asynhronously write logging
data to database using JDBC.
Can Commons Logging do that or are there any other tools?
If I would implement it myself how should it be done?
A thread for every log event or what. Would that quarantee that
logged data would appear in same order to database I write them?
Any suggestions?
Thanks,