![]() |
VOOZH | about |
dotnet add package LogBox_net8 --version 3.0.0
NuGet\Install-Package LogBox_net8 -Version 3.0.0
<PackageReference Include="LogBox_net8" Version="3.0.0" />
<PackageVersion Include="LogBox_net8" Version="3.0.0" />Directory.Packages.props
<PackageReference Include="LogBox_net8" />Project file
paket add LogBox_net8 --version 3.0.0
#r "nuget: LogBox_net8, 3.0.0"
#:package LogBox_net8@3.0.0
#addin nuget:?package=LogBox_net8&version=3.0.0Install as a Cake Addin
#tool nuget:?package=LogBox_net8&version=3.0.0Install as a Cake Tool
A WPF control to display log events.
Include the latest release from nuget.org in your project.
You can also use the Package Manager console with: PM> Install-Package LogBox
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.
Icon made by Flat Icons from www.flaticon.com
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 244 | 12/19/2024 |