Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MCKanpolat/Log4net.Appenders.Fluentd
- Owner: MCKanpolat
- License: mit
- Created: 2018-05-21T15:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T22:30:12.000Z (over 3 years ago)
- Last Synced: 2024-11-02T04:05:51.138Z (about 2 months ago)
- Topics: fluentd, fluentd-plugin, log4net, log4net-appender
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Log4net.Appenders.Fluentd
Fluentd appender for Log4net.
## InstallationPM> 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.