Download aggregation-log-filter-core-2.0.1.jar file - Jar a

Jar examples for a:aggregation-log-filter-core

Description

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

You can download jar file aggregation-log-filter-core 2.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add aggregation-log-filter-core-2.0.1.jar to your project.

<dependency>
   <groupId>com.axibase</groupId>
   <artifactId>aggregation-log-filter-core</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.axibase', name: 'aggregation-log-filter-core', version: '2.0.1'
libraryDependencies += "com.axibase" % "aggregation-log-filter-core" % "2.0.1"
<dependency org="com.axibase" name="aggregation-log-filter-core" rev="2.0.1"/>
@Grapes(@Grab(group='com.axibase', module='aggregation-log-filter-core', version='2.0.1'))
'com.axibase:aggregation-log-filter-core:jar:2.0.1'

Download

Click the following link to download the jar file.

aggregation-log-filter-core-2.0.1-javadoc.jar
aggregation-log-filter-core-2.0.1-sources.jar
aggregation-log-filter-core-2.0.1.jar
aggregation-log-filter-core-2.0.1.pom



Related Tutorials