Oakrey.Applications.Log
4.0.2
See the version list below for details.
dotnet add package Oakrey.Applications.Log --version 4.0.2
NuGet\Install-Package Oakrey.Applications.Log -Version 4.0.2
<PackageReference Include="Oakrey.Applications.Log" Version="4.0.2" />
<PackageVersion Include="Oakrey.Applications.Log" Version="4.0.2" />
<PackageReference Include="Oakrey.Applications.Log" />
paket add Oakrey.Applications.Log --version 4.0.2
#r "nuget: Oakrey.Applications.Log, 4.0.2"
#:package Oakrey.Applications.Log@4.0.2
#addin nuget:?package=Oakrey.Applications.Log&version=4.0.2
#tool nuget:?package=Oakrey.Applications.Log&version=4.0.2
Oakrey.Applications.Log
The "Logging" project is a .NET 8 library designed to provide a robust and extensible logging framework. It integrates with WPF for UI-based log visualization and supports advanced logging configurations and cleanup mechanisms.
Features
Logging Configuration:
LoggingConfigurationExtension provides methods to configure logging services and integrate WPF-based loggers.
Log Visualization:
LogViewModel enables binding log data to WPF UI components for real-time log visualization. Supports filtering logs by level and customizing UI offsets.
Log Cleanup:
LogFileCleanupService automatically deletes old log files based on a specified retention period.
Extensibility:
Interfaces like ILogConfig and ILogFileCleanupService allow for easy customization and extension of logging behavior.
Integration:
Works with other Oakrey services like ISettingsService and IFileService.
Error Handling:
Captures and logs errors during log cleanup and other operations.
Installation
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
NuGet Package Manager
- Open your project in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
- Search for
Oakrey.Applications.Logand click Install.
.NET CLI
Run the following command in your terminal:
dotnet add package Oakrey.Applications.Log
Package Manager Console
Run the following command in your Package Manager Console:
Install-Package Oakrey.Applications.Log
Requirements
- .NET 8 or higher
Project Information
- Author: Oakrey
- Company: Oakrey
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
License
This project is licensed under the MIT License. See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
-
net10.0-windows7.0
- Oakrey.Applications.Settings (>= 5.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.