Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MCKanpolat/Log4net.Appenders.Fluentd

Log4net appender for Fluentd
https://github.com/MCKanpolat/Log4net.Appenders.Fluentd

fluentd fluentd-plugin log4net log4net-appender

Last synced: about 1 month ago
JSON representation

Log4net appender for Fluentd

Awesome Lists containing this project

README

        

# Log4net.Appenders.Fluentd
Fluentd appender for Log4net.

## Installation

PM> Install-Package Log4net.Appenders.Fluentd
or
> dotnet add package Log4net.Appenders.Fluentd

## Configuration

```xml

127.0.0.1
24224
YourTagHere
false
8192
8192
1000
1000
true
1000
true
false


```

### Dependencies

- log4net
- MsgPack.Cli

### Building the project

dotnet build

## Contribute

If you have any idea for an improvement or found a bug, do not hesitate to open an issue.

## License

Log4net.Appenders.Fluentd is distributed under MIT License.