https://github.com/andreluizsecco/xlogger
Extensible, open-source and cross-platform logging for .NET
https://github.com/andreluizsecco/xlogger
cross-platform dotnet dotnet-standard extensible logger logging open-source xlogger
Last synced: 10 months ago
JSON representation
Extensible, open-source and cross-platform logging for .NET
- Host: GitHub
- URL: https://github.com/andreluizsecco/xlogger
- Owner: andreluizsecco
- License: mit
- Created: 2019-04-03T17:31:37.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-24T19:21:22.000Z (over 6 years ago)
- Last Synced: 2024-12-06T17:55:01.655Z (over 1 year ago)
- Topics: cross-platform, dotnet, dotnet-standard, extensible, logger, logging, open-source, xlogger
- Language: C#
- Size: 50.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Extensible, open-source and cross-platform logging for .NET
[](LICENSE)
[](https://github.com/andreluizsecco/XLogger/issues)
Branch | Build status | Nuget package
-------|-------|--------------
master | [](https://ci.appveyor.com/project/andreluizsecco/xlogger-di9ct/branch/master)|[](https://www.nuget.org/packages/XLogger/)
dev | [](https://ci.appveyor.com/project/andreluizsecco/xlogger/branch/dev)|-
## Dependencies
.NET Standard 2.0
Supported frameworks: [https://docs.microsoft.com/pt-br/dotnet/standard/net-standard](https://docs.microsoft.com/pt-br/dotnet/standard/net-standard)
## Installing / Getting started
This package is available through Nuget: [https://www.nuget.org/packages/XLogger](https://www.nuget.org/packages/XLogger)
#### Nuget
```
Install-Package XLogger
```
#### .NET CLI
```
dotnet add package XLogger
```
## Documentation
Check the our Wiki: [https://github.com/andreluizsecco/XLogger/wiki](https://github.com/andreluizsecco/XLogger/wiki)
## Roadmap
Check the complete roadmap: [https://github.com/andreluizsecco/XLogger/wiki/roadmap](https://github.com/andreluizsecco/XLogger/wiki/roadmap)
## Author
The XLogger was developed by [André Secco](http://andresecco.com.br) under the [MIT license](LICENSE).