Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.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).