NeuralEngine 26.911.1144

dotnet add package NeuralEngine --version 26.911.1144
                    
NuGet\Install-Package NeuralEngine -Version 26.911.1144
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NeuralEngine" Version="26.911.1144" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NeuralEngine" Version="26.911.1144" />
                    
Directory.Packages.props
<PackageReference Include="NeuralEngine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NeuralEngine --version 26.911.1144
                    
#r "nuget: NeuralEngine, 26.911.1144"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NeuralEngine@26.911.1144
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NeuralEngine&version=26.911.1144
                    
Install as a Cake Addin
#tool nuget:?package=NeuralEngine&version=26.911.1144
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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