Can I change the default table names for DBAppender in Logback and how can I do this?
PS DBAppender sources, I found that DBAppender uses the DBNameResolver interface to get table names. I can implement this interface in user dbNameResolver and then use user-defined table names, but the main problem for me is how to set this user-made dbNameResolver in my DBAppender ... is this possible?
source share