Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-24T19:21:22.000Z (about 5 years ago)
- Last Synced: 2024-12-06T17:55:01.655Z (16 days 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
![](https://raw.githubusercontent.com/andreluizsecco/XLogger/dev/logo_horizontal.png)
Extensible, open-source and cross-platform logging for .NET
[![License](https://img.shields.io/github/license/andreluizsecco/xlogger.svg)](LICENSE)
[![Issues open](https://img.shields.io/github/issues/andreluizsecco/xlogger.svg)](https://github.com/andreluizsecco/XLogger/issues)Branch | Build status | Nuget package
-------|-------|--------------
master | [![Build status](https://ci.appveyor.com/api/projects/status/oy7du8jttvv1jryn/branch/master?svg=true)](https://ci.appveyor.com/project/andreluizsecco/xlogger-di9ct/branch/master)|[![NuGet](https://img.shields.io/nuget/v/XLogger.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/XLogger/)
dev | [![Build status](https://ci.appveyor.com/api/projects/status/8xl5jtnbnn2dgy15/branch/dev?svg=true)](https://ci.appveyor.com/project/andreluizsecco/xlogger/branch/dev)|-## Dependencies
.NET Standard 2.0Supported 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
```
## DocumentationCheck 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).