0 votes
in Apache Log4j by
In log4j how can you log into the database?

1 Answer

0 votes
by

The log4j API provides the object org.apache.log4j.jdbc. JDBCAppender object can put logging information in a particular database.

...