logging problems for swing applications
Posted
by mengmenger
on Stack Overflow
See other posts from Stack Overflow
or by mengmenger
Published on 2010-05-11T19:16:49Z
Indexed on
2010/05/11
22:54 UTC
Read the original article
Hit count: 268
what kind of logging frame work or API to use for swing applications which is used by multiple users in Unix. Is it possible to log all verbose/exception in one file per day or event one user one file per day? Since the user can open the same application with multiple instance. I also have another solution is to save the exceptions into database. But if I miss the excetpions, those will not be saved in DB.
anybody has better solutions? Thank you very much!
© Stack Overflow or respective owner