ThreeByte.LinkLib.Shared 2.0.0

dotnet add package ThreeByte.LinkLib.Shared --version 2.0.0
                    
NuGet\Install-Package ThreeByte.LinkLib.Shared -Version 2.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="ThreeByte.LinkLib.Shared" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ThreeByte.LinkLib.Shared" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ThreeByte.LinkLib.Shared" />
                    
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 ThreeByte.LinkLib.Shared --version 2.0.0
                    
#r "nuget: ThreeByte.LinkLib.Shared, 2.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.
#:package ThreeByte.LinkLib.Shared@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ThreeByte.LinkLib.Shared&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ThreeByte.LinkLib.Shared&version=2.0.0
                    
Install as a Cake Tool

🧩 ThreeByte.LinkLib.Shared

Shared logging infrastructure for all ThreeByte.LinkLib packages β€” consistent, standardized console logging via Microsoft.Extensions.Logging.

NuGet .NET


✨ Features

Feature Description
🧩 Shared Foundation Common utilities used by all LinkLib packages
πŸ“‹ Structured Logging Built on Microsoft.Extensions.Logging for standardized output
πŸ–₯️ Console Output Pre-configured console logging provider
🏭 Logger Factory Simple LogFactory.Create<T>() API for creating typed loggers

πŸ“¦ Installation

dotnet add package ThreeByte.LinkLib.Shared

Note: This package is automatically included as a dependency when you install any other ThreeByte.LinkLib package (TcpLink, UdpLink, SerialLink, ProjectorLink, or NetBooter).


πŸš€ Quick Start

using ThreeByte.LinkLib.Shared;

// Create a typed logger for your class
ILogger logger = LogFactory.Create<MyService>();

logger.LogInformation("Service started on port {Port}", 8080);
logger.LogWarning("Connection attempt timed out");
logger.LogError("Failed to send data: {Error}", ex.Message);

πŸ“– API Reference

LogFactory

A static factory that creates pre-configured ILogger instances with console output.

Methods
Method Returns Description
Create<T>() ILogger Creates a console logger with the category name of type T
Example Output
info: MyApp.DeviceController[0]
      Connected to projector at 192.168.1.200
warn: MyApp.DeviceController[0]
      Reconnection attempt #3

πŸ—οΈ How It Fits Together

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              Your Application                     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚          β”‚          β”‚          β”‚
         β–Ό          β–Ό          β–Ό          β–Ό
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚ TcpLink β”‚ β”‚UdpLink β”‚ β”‚Serial  β”‚ β”‚Projectorβ”‚
    β”‚         β”‚ β”‚        β”‚ β”‚ Link   β”‚ β”‚  Link   β”‚
    β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”¬β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”¬β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜
         β”‚          β”‚          β”‚           β”‚
         β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                           β”‚
                           β–Ό
              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
              β”‚   ThreeByte.LinkLib     β”‚
              β”‚       .Shared          β”‚
              β”‚                        β”‚
              β”‚  LogFactory.Create<T>()β”‚
              β”‚         β”‚              β”‚
              β”‚         β–Ό              β”‚
              β”‚  Microsoft.Extensions  β”‚
              β”‚     .Logging.Console   β”‚
              β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“š Dependencies

Package Version Purpose
Microsoft.Extensions.Logging 9.0.2 Core logging abstractions
Microsoft.Extensions.Logging.Abstractions 9.0.2 ILogger interface
Microsoft.Extensions.Logging.Console 9.0.2 Console output provider

🎯 Platform Support

Platform Supported
.NET 10.0 βœ…
.NET Standard 2.1 βœ…
.NET Standard 2.0 βœ…
Windows βœ…
Linux βœ…
macOS βœ…

πŸ“„ License

Part of the ThreeByte.LinkLib family of communication libraries.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ThreeByte.LinkLib.Shared:

Package Downloads
ThreeByte.LinkLib.TcpLink

Package Description

ThreeByte.LinkLib.ProjectorLink

Package Description

ThreeByte.LinkLib.UdpLink

Package Description

ThreeByte.LinkLib.SerialLink

Package Description

ThreeByte.LinkLib.NetBooter

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 0 3/27/2026
1.2.4 0 3/27/2026
1.2.3 76 3/25/2026
1.2.2 85 3/25/2026
1.2.1 402 12/24/2025
1.2.0 1,506 5/6/2025
1.1.0 1,363 3/26/2025
1.0.3 548 3/15/2025
1.0.2 213 3/15/2025
1.0.1 438 3/15/2025
1.0.0 1,315 3/15/2025