UXAV.Logging
2.0.0-rc-2
See the version list below for details.
dotnet add package UXAV.Logging --version 2.0.0-rc-2
NuGet\Install-Package UXAV.Logging -Version 2.0.0-rc-2
<PackageReference Include="UXAV.Logging" Version="2.0.0-rc-2" />
paket add UXAV.Logging --version 2.0.0-rc-2
#r "nuget: UXAV.Logging, 2.0.0-rc-2"
// Install UXAV.Logging as a Cake Addin #addin nuget:?package=UXAV.Logging&version=2.0.0-rc-2&prerelease // Install UXAV.Logging as a Cake Tool #tool nuget:?package=UXAV.Logging&version=2.0.0-rc-2&prerelease
UXAV.Logging
A Crestron logging solution with built-in console server and custom actions 🙂
Links
GitHub Repository: UXAV.Logging
NuGet Package: UXAV.Logging
Usage
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!"); }
Release Notes
v2.0.0
- Reconfigured workspace to new style SDK format and added support for .NET 6.0
Documentation
TBC
Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Please ensure that your code follows the project's coding conventions and includes appropriate tests.
- For feature branches use the name
feature/feature-name
- Version numbers are checked against existing tags and fail CI on match
Thank you for your interest in contributing to this project!
License
This project is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Crestron.SimplSharp.SDK.Library (>= 2.20.52)
- Figgle (>= 0.5.1)
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Crestron.SimplSharp.SDK.Library (>= 2.20.52)
- Figgle (>= 0.5.1)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (3)
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,127 | 3/17/2024 |
2.0.0-rc-3 | 91 | 3/17/2024 |
2.0.0-rc-2 | 594 | 3/9/2024 |
2.0.0-rc-1 | 103 | 3/9/2024 |
1.3.0 | 493 | 9/30/2023 |
1.3.0-beta-02 | 117 | 9/29/2023 |
1.3.0-beta-01 | 115 | 9/29/2023 |
1.2.1-beta-06 | 658 | 8/10/2021 |
1.2.1-beta-05 | 216 | 8/10/2021 |
1.2.1-beta-04 | 231 | 8/10/2021 |
1.2.1-beta-03 | 226 | 8/10/2021 |
1.2.1-beta-02 | 223 | 8/10/2021 |
1.2.1-beta-01 | 235 | 8/10/2021 |
1.2.0 | 41,007 | 6/4/2021 |
1.2.0-beta-02 | 229 | 6/4/2021 |
1.2.0-beta-01 | 226 | 5/20/2021 |
1.1.9 | 2,577 | 4/22/2021 |
1.1.9-beta-03 | 199 | 4/22/2021 |
1.1.5 | 515 | 1/21/2021 |