forked from anaselhajjaji/log4net.Appender.Loki
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Log4Net.Appender.Grafana.Loki.nuspec
25 lines (25 loc) · 1.03 KB
/
Log4Net.Appender.Grafana.Loki.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>1.0.5</version>
<title>$title$</title>
<icon>loki.png</icon>
<authors>Gabriel Cerutti</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/gabrielcerutti/log4net.Appender.Loki</projectUrl>
<description>Log4Net buffering appender to send log messages to Grafana Loki directly using latest Loki HTTP API (POST /loki/api/v1/push), JSON format and GZip compression.</description>
<!--releaseNotes>Summary of changes made in this release of the package.</releaseNotes-->
<copyright>Copyright 2022</copyright>
<tags>log4net appender grafana loki</tags>
<dependencies>
<dependency id="log4net" version="2.0.15" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
</dependencies>
</metadata>
<files>
<file src="Image\loki.png" target="" />
<file src="README.md" target="docs\" />
</files>
</package>