Skip to content

tomy7376/loganalytics-logback-appender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%