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.
<PackageVersion Include="LogBox_net8" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LogBox_net8" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=LogBox_net8&version=3.0.0
                    
Install LogBox_net8 as a Cake Addin
#tool nuget:?package=LogBox_net8&version=3.0.0
                    
Install LogBox_net8 as a Cake Tool

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.  net9.0-windows was computed. 
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 101 12/19/2024