Nalix.Logging
5.8.0
dotnet add package Nalix.Logging --version 5.8.0
NuGet\Install-Package Nalix.Logging -Version 5.8.0
<PackageReference Include="Nalix.Logging" Version="5.8.0" />
<PackageVersion Include="Nalix.Logging" Version="5.8.0" />
<PackageReference Include="Nalix.Logging" />
paket add Nalix.Logging --version 5.8.0
#r "nuget: Nalix.Logging, 5.8.0"
#:package Nalix.Logging@5.8.0
#addin nuget:?package=Nalix.Logging&version=5.8.0
#tool nuget:?package=Nalix.Logging&version=5.8.0
Nalix
📖 About
Nalix is a real-time server solution designed for efficient communication and data sharing. It enables instant messaging, data synchronization, and secure networking, making it ideal for applications requiring live updates.
🛠️ Latest Builds
Enviroment | Status |
---|---|
✨ Features
- 🔄 Real-time communication – Supports instant messaging and state synchronization.
- ⚡ High performance – Designed to handle thousands of concurrent connections.
- 🔐 Security-focused – Implements encryption (ChaCha20-Poly1305, XTEA) to protect data.
- 🛠️ Extensible – Easily customizable with your own protocols and handlers.
- 📡 Live Updates – Stay up to date with real-time updates, ensuring dynamic and responsive experiences.
- 💻 Modern C# Implementation – Leveraging cutting-edge C# features for clean, efficient, and maintainable code.
- 🧩 SOLID & DDD Principles – Adhering to SOLID principles and Domain-Driven Design for a robust and scalable architecture.
🔧 Requirements
- .NET 9 and C# 13 support
- Install .NET SDK 9 from dotnet.microsoft.com
Visual Studio 2022
Download Visual Studio
💻 Technologies
📦 Available NuGet Packages
Package ID | Description | Install Command |
---|---|---|
Nalix.Common | Common utilities for Nalix | dotnet add package Nalix.Common |
Nalix.Cryptography | Secure cryptographic functions | dotnet add package Nalix.Cryptography |
Nalix.Logging | Logging utilities for Nalix | dotnet add package Nalix.Logging |
Nalix.Network | Low-level networking functionality | dotnet add package Nalix.Network |
Nalix.Shared | Shared models and definitions | dotnet add package Nalix.Shared |
🛠️ Contributing
When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.
📜 License
Nalix is copyright © PhcNguyen - Provided under the Apache License, Version 2.0.
📬 Contact
For questions, suggestions, or support, open an issue on GitHub or contact the maintainers.
Give a ⭐️ if this project helped you!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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 was computed. 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. |
-
net9.0
- Nalix.Common (>= 5.8.0)
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 |
---|---|---|
5.8.0 | 190 | 9/16/2025 |
5.7.0 | 196 | 9/15/2025 |
5.6.5 | 54 | 9/13/2025 |
5.4.5 | 131 | 9/11/2025 |
5.4.0 | 127 | 9/10/2025 |
5.3.0 | 130 | 9/9/2025 |
5.1.0 | 104 | 9/7/2025 |
5.0.5 | 103 | 9/6/2025 |
5.0.0 | 106 | 9/6/2025 |
4.8.0 | 64 | 9/6/2025 |
4.6.5 | 131 | 9/5/2025 |
4.6.2 | 139 | 9/5/2025 |
4.6.1 | 142 | 9/4/2025 |
4.6.0 | 141 | 9/4/2025 |
4.5.5 | 145 | 9/4/2025 |
4.5.0 | 140 | 9/4/2025 |
4.2.3 | 139 | 8/31/2025 |
4.2.2 | 138 | 8/31/2025 |
4.0.0 | 168 | 8/30/2025 |
3.8.0 | 134 | 8/20/2025 |
3.7.0 | 105 | 8/17/2025 |
3.4.0 | 63 | 8/16/2025 |
3.0.0 | 129 | 8/11/2025 |
2.8.0 | 214 | 8/7/2025 |
2.7.1 | 103 | 7/30/2025 |
2.5.7 | 228 | 7/26/2025 |
2.1.7 | 73 | 7/19/2025 |
1.7.0 | 137 | 7/6/2025 |
1.4.3 | 80 | 7/5/2025 |
0.9.83 | 83 | 6/7/2025 |
0.9.82 | 81 | 6/7/2025 |
0.9.79 | 82 | 6/7/2025 |
0.9.71 | 79 | 5/31/2025 |
0.9.67 | 115 | 5/30/2025 |
0.9.51 | 164 | 5/27/2025 |
0.9.1 | 158 | 5/20/2025 |
0.8.73 | 127 | 5/17/2025 |
0.8.26 | 173 | 5/5/2025 |
0.8.25 | 149 | 5/5/2025 |
0.7.89 | 145 | 5/2/2025 |
0.7.82 | 153 | 4/30/2025 |
0.7.39 | 160 | 4/28/2025 |
0.6.63 | 162 | 4/21/2025 |
- Initial release of Nalix.Logging.
- Features include:
• Core logging system for structured and efficient logging.
• Customizable formatters for flexible log output.
• Multiple logging targets for different output destinations.
• Internal utilities to optimize log processing.
• Extension support for seamless integration into existing .NET applications.