![]() |
VOOZH | about |
dotnet add package Oakrey.Log.Windows --version 2.0.2
NuGet\Install-Package Oakrey.Log.Windows -Version 2.0.2
<PackageReference Include="Oakrey.Log.Windows" Version="2.0.2" />
<PackageVersion Include="Oakrey.Log.Windows" Version="2.0.2" />Directory.Packages.props
<PackageReference Include="Oakrey.Log.Windows" />Project file
paket add Oakrey.Log.Windows --version 2.0.2
#r "nuget: Oakrey.Log.Windows, 2.0.2"
#:package Oakrey.Log.Windows@2.0.2
#addin nuget:?package=Oakrey.Log.Windows&version=2.0.2Install as a Cake Addin
#tool nuget:?package=Oakrey.Log.Windows&version=2.0.2Install as a Cake Tool
The "Log.Windows" project extends the logging framework with Windows-specific features, including integration with the Windows Event Log, WPF-based log visualization, and message box-based logging. It is designed to provide enhanced logging capabilities tailored for Windows desktop applications.
Provides a foundation for integrating logging into Windows desktop applications with advanced UI and system-level features.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Log.Windows and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Log.Windows
Run the following command in your Package Manager Console:
Install-Package Oakrey.Log.Windows
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
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 net10.0-windows7.0 is compatible. |
Showing the top 2 NuGet packages that depend on Oakrey.Log.Windows:
| Package | Downloads |
|---|---|
|
Oakrey.Applications.Base
A foundational .NET library for building modular WPF applications. Provides application lifecycle management, MVVM ViewModel resolution, structured logging, telemetry, and sequential or parallel service preloading with full unhandled-exception coverage. |
|
|
Oakrey.Applications.Log
Integrates Oakrey logging into .NET WPF apps via IServiceCollection extensions: registers a WpfQueueLogger for real-time UI log visualization, a settings-persisted LogViewModel with log-level filtering, and a preloadable log file cleanup service with a 7-day retention policy. |
This package is not used by any popular GitHub repositories.