![]() |
VOOZH | about |
dotnet add package UXAV.Logging --version 2.0.0
NuGet\Install-Package UXAV.Logging -Version 2.0.0
<PackageReference Include="UXAV.Logging" Version="2.0.0" />
<PackageVersion Include="UXAV.Logging" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="UXAV.Logging" />Project file
paket add UXAV.Logging --version 2.0.0
#r "nuget: UXAV.Logging, 2.0.0"
#:package UXAV.Logging@2.0.0
#addin nuget:?package=UXAV.Logging&version=2.0.0Install as a Cake Addin
#tool nuget:?package=UXAV.Logging&version=2.0.0Install as a Cake Tool
👁 GitHub Actions Workflow Status
👁 GitHub Issues
👁 Pull Requests
👁 NuGet Version
👁 NuGet Downloads
A Crestron logging solution with built-in console server and custom actions 🙂
GitHub Repository: UXAV.Logging
NuGet Package: UXAV.Logging
To use this test library in your project, follow these steps:
Install the package via NuGet. You can use the following command in the Package Manager Console:
dotnet add [<PROJECT>] package UXAV.Logging
Import the library in your code file:
using UXAV.Logging;
Start using the library's features in your code:
public ControlSystem()
{
// set this true if running a debug build
if(debug)
{
// Set the logger level to log everything!
Logger.Level = Logger.LoggerLevel.Debug;
// Stream everything on the console output
Logger.DefaultLogStreamLevel = Logger.LoggerLevel.Debug;
}
else
{
// Set the logger to ignore debug calls
Logger.Level = Logger.LoggerLevel.Info;
// Only output warnings and above on the console
Logger.DefaultLogStreamLevel = Logger.LoggerLevel.Warning;
}
// Start the console server on port 9091 (if loaded in slot 1)
Logger.StartConsole((int)(9000 + InitialParametersClass.ApplicationNumber));
// Log some stuff
Logger.Log("Hello, world!");
}
TBC
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
Please ensure that your code follows the project's coding conventions and includes appropriate tests.
feature/feature-nameThank you for your interest in contributing to this project!
This project is licensed under the .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
Showing the top 3 NuGet packages that depend on UXAV.Logging:
| Package | Downloads |
|---|---|
|
UXAV.AVnet.Core
Package Description |
|
|
UXAV.OneLan
API control for OneLan and TriplePlay IPTV solutions |
|
|
UXAV.SkyIRControl
Sky / Sky Plus IR Control for basic Sky boxes |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 3,115 | 3/17/2024 |
| 2.0.0-rc-3 | 197 | 3/17/2024 |
| 2.0.0-rc-2 | 1,128 | 3/9/2024 |
| 2.0.0-rc-1 | 212 | 3/9/2024 |
| 1.3.0 | 610 | 9/30/2023 |
| 1.3.0-beta-02 | 233 | 9/29/2023 |
| 1.3.0-beta-01 | 214 | 9/29/2023 |
| 1.2.1-beta-06 | 857 | 8/10/2021 |
| 1.2.1-beta-05 | 397 | 8/10/2021 |
| 1.2.1-beta-04 | 431 | 8/10/2021 |
| 1.2.1-beta-03 | 414 | 8/10/2021 |
| 1.2.1-beta-02 | 417 | 8/10/2021 |
| 1.2.1-beta-01 | 472 | 8/10/2021 |
| 1.2.0 | 43,027 | 6/4/2021 |
| 1.2.0-beta-02 | 428 | 6/4/2021 |
| 1.2.0-beta-01 | 430 | 5/20/2021 |
| 1.1.9 | 3,136 | 4/22/2021 |
| 1.1.9-beta-03 | 395 | 4/22/2021 |
| 1.1.5 | 732 | 1/21/2021 |