l

lema-provider

LEMA is an easy to use Log-Server. It supports asynchronous logging of multiple applications (log4j-appender). The logs are processed and save to a database. An RCP-UI supports Live View, History View with advanced filters. You can use it for Error Monitoring / Notification; in order to do this a rule-based labellng (for instance stacktrace grouping) is performed by the server.
https://gitlab.com/lema-suite
Apache 2
LEMA
Fabian Bauschulte Stefan Lintges
Files download
File Operation
lema-provider-0.8.0.pom download
Apache Maven
<dependency>
  <groupId>com.gitlab.lema-suite</groupId>
  <artifactId>lema-provider</artifactId>
  <version>0.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.gitlab.lema-suite:lema-provider:0.8.0'
Gradle Kotlin
implementation("com.gitlab.lema-suite:lema-provider:0.8.0")
Scala SBT
libraryDependencies += "com.gitlab.lema-suite" % "lema-provider" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.lema-suite', module='lema-provider', version='0.8.0')
)
Apache Ivy
<dependency org="com.gitlab.lema-suite" name="lema-provider" rev="0.8.0" />
Leiningen
[com.gitlab.lema-suite/lema-provider "0.8.0"]
Apache Buildr
'com.gitlab.lema-suite:lema-provider:jar:0.8.0'