Package | Description |
---|---|
org.apache.logging.log4j.core.appender.db |
The classes in this package and sub packages provide appenders for various types of databases and methods for
accessing databases.
|
org.apache.logging.log4j.core.appender.db.jdbc |
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
|
org.apache.logging.log4j.nosql.appender.cassandra |
Log4j appender plugin and supporting classes for Apache Cassandra.
|
Modifier and Type | Method and Description |
---|---|
ColumnMapping |
ColumnMapping.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static JdbcDatabaseManager |
JdbcDatabaseManager.getManager(String name,
int bufferSize,
ConnectionSource connectionSource,
String tableName,
ColumnConfig[] columnConfigs,
ColumnMapping[] columnMappings)
Creates a JDBC manager for use within the
JdbcAppender , or returns a suitable one if it already exists. |
B |
JdbcAppender.Builder.setColumnMappings(ColumnMapping... columnMappings) |
Modifier and Type | Method and Description |
---|---|
static CassandraManager |
CassandraManager.getManager(String name,
SocketAddress[] contactPoints,
ColumnMapping[] columns,
boolean useTls,
String clusterName,
String keyspace,
String table,
String username,
String password,
boolean useClockForTimestampGenerator,
int bufferSize,
boolean batched,
BatchStatement.Type batchType) |
B |
CassandraAppender.Builder.setColumns(ColumnMapping... columns) |
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.