LogBox_net8 3.0.0
dotnet add package LogBox_net8 --version 3.0.0
NuGet\Install-Package LogBox_net8 -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogBox_net8" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LogBox_net8 --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LogBox_net8, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LogBox_net8 as a Cake Addin #addin nuget:?package=LogBox_net8&version=3.0.0 // Install LogBox_net8 as a Cake Tool #tool nuget:?package=LogBox_net8&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LogBox
A WPF control to display log events.
Installation
Include the latest release from nuget.org in your project.
You can also use the Package Manager console with: PM> Install-Package LogBox
Usage
Available types of log events are:
Type | Description |
---|---|
Info | Use this to show informations. |
Warning | Use this to show warning. |
Error | Use this to show errors. |
Image | Use this to display image to the user (for example for debug purpose). |
Include the following namespace in your .xaml:
xmlns:logBox="clr-namespace:LogBox;assembly=LogBox"
Insert the control with:
<logBox:LogBoxControl x:Name="logBoxCtrl" EnableImageLogs="True"/>
To add log entries use the controls LogEvent()
method like:
logBoxCtrl.LogEvent(new LogBox.LogEvents.LogEventInfo("Info log message"));
For further examples see the LogBoxTest project.
App Icon
Icon made by Flat Icons from www.flaticon.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- MahApps.Metro (>= 2.4.10)
- MahApps.Metro.IconPacks.Material (>= 5.1.0)
- MahApps.Metro.IconPacks.Modern (>= 5.1.0)
- MahApps.Metro.IconPacks.Octicons (>= 5.1.0)
- Microsoft.AspNetCore.SystemWebAdapters (>= 1.4.0)
- Microsoft.CSharp (>= 4.7.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 9.0.0)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Drawing.Common (>= 8.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 37 | 12/19/2024 |