The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

PRE_UGLI_MOVE :: src / java / org / apache / log4j / db /

package.html


<html>
<body>

<p>The org.apache.log4j.db package provides means to append logging events 
into various databases. The persisted data can be later read back using
{@link org.apache.log4j.db.DBReceiver}.
</p>

<p>Most popular database systems, such as PostgreSQL, MySQL, Oracle, DB2 and MsSQL
are supported.
</p>

<p>Just as importantly, the way for obtaining JDBC connections is pluggable. Connections can
be obtained through the tradinal way of DriverManager, or alternatively as a DataSource. 
A DataSource can be instantiated directly or it can obtained through JNDI.
</p>

</body>
</html>

[See repo JSON]