Alis.Core.Aspect.Logging
0.6.8
Prefix Reserved
See the version list below for details.
dotnet add package Alis.Core.Aspect.Logging --version 0.6.8
NuGet\Install-Package Alis.Core.Aspect.Logging -Version 0.6.8
<PackageReference Include="Alis.Core.Aspect.Logging" Version="0.6.8" />
<PackageVersion Include="Alis.Core.Aspect.Logging" Version="0.6.8" />
<PackageReference Include="Alis.Core.Aspect.Logging" />
paket add Alis.Core.Aspect.Logging --version 0.6.8
#r "nuget: Alis.Core.Aspect.Logging, 0.6.8"
#:package Alis.Core.Aspect.Logging@0.6.8
#addin nuget:?package=Alis.Core.Aspect.Logging&version=0.6.8
#tool nuget:?package=Alis.Core.Aspect.Logging&version=0.6.8
Develop the video games of your dreams 💯 free!! on Windows, MacOS, Linux, Android(soon), IOS(soon).
📚 Alis.Core.Aspect.Logging
⚙️ Modular Design
All modules within the Alis framework, including
Alis.Core.Aspect.Logging
, are fully independent and can be used separately. While the primary focus of Alis is game development, these modules are versatile and can be integrated into other types of applications requiring effective logging capabilities.
🖥️ Platform Compatibility
The Alis framework, including
Alis.Core.Aspect.Logging
, is designed to support a wide range of platforms, ensuring flexibility and adaptability for developers. Each module is optimized for seamless integration across the following architectures and operating systems:
Supported Platforms:
- Windows
win-x64
win-x86
win-arm64
- Linux
linux-x64
linux-musl-x64
linux-arm
linux-arm64
linux-musl-arm
linux-musl-arm64
- macOS
osx-x64
osx-arm64
📖 Description
Alis.Core.Aspect.Logging
is a robust and extensible logging module within the Alis framework. It provides developers
with comprehensive logging functionalities to monitor and debug applications effectively.
Features:
- Configurable Logging Levels: Fine-grained control over logging output (e.g., Debug, Info, Warning, Error).
- Structured Logging: Supports JSON or custom formats for structured log outputs.
- Multiple Output Options: Log to files, console, or external systems.
- Asynchronous Logging: Minimize performance overhead by logging asynchronously.
🚀 Getting Started
To start using Alis.Core.Aspect.Logging
, simply install the package:
dotnet add package Alis.Core.Aspect.Logging
This module is ideal for applications requiring efficient and customizable logging solutions.
Basic Usage Example:
using Alis.Core.Aspect.Logging;
public static class Program
{
public static void Main(string[] args)
{
Logger.LogLevel = LogLevel.Trace;
Logger.Trace();
Logger.Info();
Logger.Trace("Sample");
Logger.Log("Sample");
Logger.Info("Sample");
Logger.Event("Sample");
Logger.Warning("Sample");
Logger.Error("Sample");
try
{
throw new NullReferenceException();
}
catch (Exception exception)
{
Logger.Exception(exception);
}
}
}
🛡️ License
The ALIS framework is released under the GNU General Public License v3 (GPL-3.0), ensuring your freedom to use, modify, and distribute the framework.
Key License Points
Complete Freedom for Developers:
Any software created with the ALIS framework is free to use, modify, and distribute.Source Code Availability:
If you modify the ALIS framework, you must make the source code publicly available under the GPL-3.0 license.Monetization:
You are free to monetize any project developed using ALIS without any royalties.
Contributor Guide
We welcome contributions to the project! Please check our Code of Conduct for guidelines on how to contribute respectfully.
Authors
Pablo Perdomo Falcón |
Collaborators
Raúl Lozano Ponce | Juan Ángel Trujillo Jiménez | Pablo Perdomo Falcón | Christian García | RicardoVillarta |
Gabriel | Pedro D.GR | Claudia2000pf | Carlos | Roser Almenar |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. 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 is compatible. 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 is compatible. 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 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.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 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
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. |
-
.NETCoreApp 2.0
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETCoreApp 2.1
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETCoreApp 2.2
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETCoreApp 3.0
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETCoreApp 3.1
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETFramework 4.7.1
- System.IO.Compression (>= 4.3.0)
- System.Memory (>= 4.6.2)
- System.Net.Http (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETFramework 4.7.2
- System.IO.Compression (>= 4.3.0)
- System.Memory (>= 4.6.2)
- System.Net.Http (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETFramework 4.8
- System.IO.Compression (>= 4.3.0)
- System.Memory (>= 4.6.2)
- System.Net.Http (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETFramework 4.8.1
- System.IO.Compression (>= 4.3.0)
- System.Memory (>= 4.6.2)
- System.Net.Http (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETStandard 2.0
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
.NETStandard 2.1
- System.Memory (>= 4.6.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
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 |
---|---|---|
0.7.7 | 0 | 9/4/2025 |
0.7.6 | 0 | 9/4/2025 |
0.7.5 | 52 | 9/1/2025 |
0.7.4 | 153 | 8/29/2025 |
0.7.3 | 174 | 8/29/2025 |
0.7.2 | 169 | 8/27/2025 |
0.7.1 | 174 | 8/26/2025 |
0.7.0 | 194 | 8/26/2025 |
0.6.9 | 142 | 8/25/2025 |
0.6.8 | 162 | 6/14/2025 |
0.6.7 | 200 | 6/13/2025 |
0.6.6 | 235 | 6/13/2025 |
0.6.5 | 241 | 6/13/2025 |
0.6.4 | 290 | 6/12/2025 |
0.6.3 | 173 | 3/8/2025 |
0.6.2 | 235 | 3/5/2025 |
0.6.1 | 140 | 2/2/2025 |
0.6.0 | 130 | 2/1/2025 |
0.5.9 | 117 | 1/15/2025 |
0.5.8 | 127 | 1/10/2025 |
0.5.7 | 139 | 1/8/2025 |
0.5.6 | 146 | 1/7/2025 |
0.5.5 | 147 | 12/31/2024 |
0.5.4 | 125 | 12/27/2024 |
0.5.3 | 129 | 12/26/2024 |
0.5.2 | 136 | 12/25/2024 |
0.5.1 | 126 | 12/21/2024 |
0.5.0 | 126 | 12/20/2024 |
0.4.9 | 123 | 12/16/2024 |
0.4.8 | 135 | 12/15/2024 |
0.4.7 | 141 | 12/3/2024 |
0.4.6 | 130 | 12/1/2024 |
0.4.5 | 139 | 11/10/2024 |
0.4.4 | 133 | 11/3/2024 |
0.4.3 | 143 | 9/8/2024 |
0.4.2 | 172 | 8/13/2024 |
0.4.1 | 122 | 7/30/2024 |
0.4.0 | 159 | 7/21/2024 |
0.3.9 | 145 | 7/21/2024 |
0.3.8 | 149 | 7/20/2024 |
0.3.7 | 142 | 7/20/2024 |
0.3.6 | 141 | 7/19/2024 |
0.3.5 | 147 | 7/18/2024 |
0.3.4 | 141 | 7/17/2024 |
0.3.3 | 140 | 7/17/2024 |
0.3.2 | 148 | 7/17/2024 |
0.3.1 | 166 | 7/7/2024 |
0.3.0 | 151 | 7/6/2024 |
0.2.9 | 174 | 7/3/2024 |
0.2.8 | 154 | 6/1/2024 |
0.2.7 | 363 | 2/1/2024 |
0.2.6 | 333 | 1/29/2024 |
0.2.5 | 379 | 1/21/2024 |
0.2.4 | 457 | 1/2/2024 |
0.2.3 | 588 | 10/11/2023 |
0.2.2 | 578 | 10/8/2023 |
0.2.1 | 580 | 10/6/2023 |
0.2.0 | 625 | 10/4/2023 |
0.1.9 | 575 | 10/1/2023 |
0.1.8 | 590 | 10/1/2023 |
0.1.7 | 638 | 9/15/2023 |
0.1.6 | 631 | 9/13/2023 |
0.1.5 | 660 | 9/12/2023 |
0.1.4 | 642 | 9/11/2023 |
0.1.3 | 657 | 9/10/2023 |
0.1.2 | 650 | 9/10/2023 |
0.1.1 | 682 | 8/29/2023 |
0.1.0 | 741 | 8/14/2023 |
0.0.9 | 752 | 8/13/2023 |
0.0.8 | 785 | 6/9/2023 |
0.0.7 | 829 | 4/30/2023 |
0.0.6 | 924 | 12/25/2022 |
0.0.5 | 946 | 10/23/2022 |
0.0.4 | 934 | 10/23/2022 |