is not current version
Last Version 3.2.1

com.axibase:aggregation-log-filter-logback 1.0.8

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.

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

com.axibase
ArtifactId

ArtifactId

aggregation-log-filter-logback
Version

Version

1.0.8
Type

Type

jar

Download aggregation-log-filter-logback 1.0.8


<!-- https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/ -->
<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>aggregation-log-filter-logback</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/
implementation 'com.axibase:aggregation-log-filter-logback:1.0.8'
// https://jarcasting.com/artifacts/com.axibase/aggregation-log-filter-logback/
implementation ("com.axibase:aggregation-log-filter-logback:1.0.8")
'com.axibase:aggregation-log-filter-logback:jar:1.0.8'
<dependency org="com.axibase" name="aggregation-log-filter-logback" rev="1.0.8">
  <artifact name="aggregation-log-filter-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='aggregation-log-filter-logback', version='1.0.8')
)
libraryDependencies += "com.axibase" % "aggregation-log-filter-logback" % "1.0.8"
[com.axibase/aggregation-log-filter-logback "1.0.8"]