https://github.com/stbestichhh/.net-filelogger
.NET C# Logger Service | NuGet package
https://github.com/stbestichhh/.net-filelogger
csharp netcore nuget
Last synced: 3 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T08:35:18.000Z (over 2 years ago)
- Last Synced: 2025-05-16T01:08:19.758Z (about 1 year 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
[](https://www.nuget.org/packages/StLogger/1.2.0#readme-body-tab)

[](LICENSE)
[](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
```
## USAGE
1. [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:stbestich@gmail.com).