Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stbestichhh/.net-filelogger
.NET C# Logger Service | NuGet package
https://github.com/stbestichhh/.net-filelogger
csharp netcore nuget
Last synced: 29 days ago
JSON representation
.NET C# Logger Service | NuGet package
- Host: GitHub
- URL: https://github.com/stbestichhh/.net-filelogger
- Owner: stbestichhh
- License: mit
- Created: 2023-09-13T16:52:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T08:35:18.000Z (about 1 year ago)
- Last Synced: 2024-11-06T23:26:26.856Z (3 months ago)
- Topics: csharp, netcore, nuget
- Language: C#
- Homepage: https://www.nuget.org/packages/StLogger
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
[![Nuget](https://img.shields.io/badge/Nuget-v1.2.0-purple)](https://www.nuget.org/packages/StLogger/1.2.0#readme-body-tab)
![Nuget](https://img.shields.io/nuget/dt/StLogger)[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)# File Logger
It's a [.NET 6](https://dotnet.microsoft.com/en-us/apps/maui) logger for C# code. It works on any .net framework.
## [CHANGELOG](CHANGELOG.md)
## Instalation
1. Download it form [NuGet.org](https://www.nuget.org/packages/StLogger/)
2. Download [last release](https://github.com/stbestichhh/dotNET-LoggerService/releases/tag/v1.2.0)or use this command instead:
```bash
dotnet add package StLogger --version 1.2.0
```
## USAGE1. [Install](#Instalation) NuGet package.
2. Connect it to your code
`using EasyLogPackage;`
3. Create class instance and paste class name in '<>':`Logf logger = new Logf("FILE_NAME", "DIRECTORY")`
>[!NOTE]
>***Remeber***, **it is not necessary to write 'FILE_NAME' and 'DIRECTORY' in constructor**‼️4. Then call necessary function:
`logger.LogInfo("YOUR_MESSAGE")`
##### Usage examples
> [EXAMPLES](EXAMPLES.md)## Links
* **NuGet [Website](https://www.nuget.org) | [My Package](https://www.nuget.org/packages/StLogger/)**
* **.NET [Website](https://dotnet.microsoft.com/en-us/) | [Instalation](https://dotnet.microsoft.com/en-us/download)**## Authors
- [@stbestichhh](https://www.github.com/stbestichhh)
## Support
For support, you have my [email](mailto:[email protected]).