NeuralEngine 26.911.1144
dotnet add package NeuralEngine --version 26.911.1144
NuGet\Install-Package NeuralEngine -Version 26.911.1144
<PackageReference Include="NeuralEngine" Version="26.911.1144" />
<PackageVersion Include="NeuralEngine" Version="26.911.1144" />
<PackageReference Include="NeuralEngine" />
paket add NeuralEngine --version 26.911.1144
#r "nuget: NeuralEngine, 26.911.1144"
#:package NeuralEngine@26.911.1144
#addin nuget:?package=NeuralEngine&version=26.911.1144
#tool nuget:?package=NeuralEngine&version=26.911.1144
NeuralEngine
NeuralEngine is a lightweight .NET utility library designed to provide advanced application logging through cl() and EL().
Features
- cl() provides an enhanced alternative to Console.WriteLine().
- Automatically captures the caller's file name, class name, function name, and line number.
- Prints logging information to the console for quick debugging.
- Tracks repeated calls from the same source line and reports iteration counts.
- Stores log information in SQLite/SQLCipher databases for future debugging and analysis.
- Designed as a backend library for Avalonia, WinUI 3, WPF, Console, and other .NET applications.
Installation
Install the NeuralEngine NuGet package through NuGet Package Manager in Visual Studio.
Usage
using static NeuralEngine.SmartLogs;
cl("Application started"); cl("Button clicked");
EL("An error occurred");
cl
cl() logs a message to the console while automatically identifying where the call originated.
Example:
cl("Hello NeuralEngine");
Example output:
MainWindow.xaml.cs / MainWindow / Button_Click on Line 125 : Hello NeuralEngine
Repeated calls from the same source line are tracked automatically.
License
See the included LICENSE.txt file.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- Microsoft.Data.Sqlite.Core (>= 10.0.12)
- SQLitePCLRaw.bundle_e_sqlcipher (>= 2.1.11)
- SQLitePCLRaw.bundle_zetetic (>= 2.1.11)
- SQLitePCLRaw.core (>= 3.0.5)
- SQLitePCLRaw.lib.e_sqlcipher (>= 2.1.11)
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 |
|---|---|---|
| 26.911.1144 | 0 | 9/11/2026 |
| 26.911.1109 | 0 | 9/11/2026 |
| 26.911.1100 | 0 | 9/11/2026 |
| 26.911.1015 | 0 | 9/11/2026 |
| 26.911.838 | 0 | 9/11/2026 |
| 26.911.750 | 0 | 9/11/2026 |
| 26.911.719 | 0 | 9/11/2026 |
| 26.910.831 | 45 | 9/10/2026 |
| 26.910.636 | 36 | 9/10/2026 |
| 26.910.611 | 37 | 9/10/2026 |
| 26.910.519 | 41 | 9/9/2026 |
| 26.910.506 | 37 | 9/9/2026 |
| 26.910.431 | 41 | 9/9/2026 |
| 26.910.304 | 37 | 9/9/2026 |
| 26.909.2222 | 40 | 9/9/2026 |
| 26.9.9 | 47 | 9/9/2026 |