omnecon / loganalytics-logback-appender

Logback appender for forwarding log messages to Azure Log Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loganalytics-logback-appender

Build Status codecov License

Logback appender for forwarding log messages to Azure Log Analytics

Currently this github project is in pre-release state. The code is basically working, but is currently under test. Once finalized, the library will be released to Maven Central. Until then, please use the snapshot release ore build from source.

Maven Dependency (SNAPSHOT)

<dependency>
    <groupId>com.github.omnecon</groupId>
    <artifactId>loganalytics-logback-appender</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency> 

Snapshot repository:

<repository>
    <snapshots>
    <enabled>true</enabled>
    </snapshots>
    <id>sonartype-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>  

About

Logback appender for forwarding log messages to Azure Log Analytics

License:Apache License 2.0


Languages

Language:Java 100.0%