is not current version
Last Version 3.2.1

com.axibase:aggregation-log-filter 0.2.1

Log statistics collector is used to gather statistics on errors and warnings in log files and selectively send messages from the logs for fast browsing (no need to go to the server and examine the logs in detail), without any modifications to the application's source code. Using the collected statistics you can monitor the stability of applications on different servers in the long term. You can configure rules to be notified of application errors, which will reduce the time it takes to eliminate the errors.

GroupId

GroupId

com.axibase
ArtifactId

ArtifactId

aggregation-log-filter
Version

Version

0.2.1
Type

Type

jar

Download aggregation-log-filter 0.2.1


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