Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreluizsecco/xlogger.adapters.console
XLogger adapter to write logs in the console
https://github.com/andreluizsecco/xlogger.adapters.console
adapter console dotnet dotnet-standard xlogger
Last synced: 4 days ago
JSON representation
XLogger adapter to write logs in the console
- Host: GitHub
- URL: https://github.com/andreluizsecco/xlogger.adapters.console
- Owner: andreluizsecco
- License: mit
- Created: 2019-04-04T18:24:06.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-24T19:26:25.000Z (about 5 years ago)
- Last Synced: 2024-12-08T09:35:53.169Z (14 days ago)
- Topics: adapter, console, dotnet, dotnet-standard, xlogger
- Language: C#
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/andreluizsecco/XLogger.Adapters.Console/dev/logo_horizontal.png)
XLogger adapter to write logs in the console
[![License](https://img.shields.io/github/license/andreluizsecco/XLogger.Adapters.Console.svg)](LICENSE)
[![Issues open](https://img.shields.io/github/issues/andreluizsecco/XLogger.Adapters.Console.svg)](https://github.com/andreluizsecco/XLogger.Adapters.Console/issues)Branch | Build status | Nuget package
-------|-------|--------------
master | [![Build status](https://ci.appveyor.com/api/projects/status/sb4u3ydvy9lfm342/branch/master?svg=true)](https://ci.appveyor.com/project/andreluizsecco/xlogger-adapters-console-68k0v/branch/master)|[![NuGet](https://img.shields.io/nuget/v/XLogger.Adapters.Console.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/XLogger.Adapters.Console/)
dev | [![Build status](https://ci.appveyor.com/api/projects/status/v0vo1h8vxr4qf743/branch/dev?svg=true)](https://ci.appveyor.com/project/andreluizsecco/xlogger-adapters-console/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.Adapters.Console](https://www.nuget.org/packages/XLogger.Adapters.Console)
#### Nuget
```
Install-Package XLogger.Adapters.Console
```#### .NET CLI
```
dotnet add package XLogger.Adapters.Console
```
## DocumentationCheck the our Wiki: [https://github.com/andreluizsecco/XLogger.Adapters.Console/wiki](https://github.com/andreluizsecco/XLogger.Adapters.Console/wiki)
## Roadmap
Check the complete roadmap: [https://github.com/andreluizsecco/XLogger.Adapters.Console/wiki/roadmap](https://github.com/andreluizsecco/XLogger.Adapters.Console/wiki/roadmap)
## Author
The XLogger.Adapters.Console was developed by [André Secco](http://andresecco.com.br) under the [MIT license](LICENSE).