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                
#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                

LogBox

Nuget Version GitHub License Nuget Downloads

A WPF control to display log events.

LogBox screenshot

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 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.

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