SmartLogger.AspNetCoreV2
8.0.0
dotnet add package SmartLogger.AspNetCoreV2 --version 8.0.0
NuGet\Install-Package SmartLogger.AspNetCoreV2 -Version 8.0.0
<PackageReference Include="SmartLogger.AspNetCoreV2" Version="8.0.0" />
<PackageVersion Include="SmartLogger.AspNetCoreV2" Version="8.0.0" />
<PackageReference Include="SmartLogger.AspNetCoreV2" />
paket add SmartLogger.AspNetCoreV2 --version 8.0.0
#r "nuget: SmartLogger.AspNetCoreV2, 8.0.0"
#:package SmartLogger.AspNetCoreV2@8.0.0
#addin nuget:?package=SmartLogger.AspNetCoreV2&version=8.0.0
#tool nuget:?package=SmartLogger.AspNetCoreV2&version=8.0.0
INSTALLATION:
- CLI: dotnet add package SmartLogger.Core
- NuGet Package Manager: Search for 'SmartLogger.Core' and install
APPSETTINGS.JSON CONFIGURATION: { "SmartLoggerOptions": { "StorageType": "AzureTable", // or "Endpoint" "AzureConnectionString": "Your_Azure_Connection_String", "AzureTableName": "Logs", "EndpointUrl": "https://api.yourservice.com/logs", "EndpointAuthKey": "your_api_key_here" } }
PROGRAM.CS SETUP: // Minimal configuration: builder.Services.AddSmartLoggerCore(builder.Configuration.GetSection("SmartLoggerOptions"));
// Manual configuration: builder.Services.AddSmartLoggerCore(options ⇒ { options.StorageType = StorageType.AzureTable; options.AzureConnectionString = builder.Configuration["ConnectionStrings:AzureStorage"]; // ... other settings });
BASIC USAGE:
- The logger will be automatically injected wherever ISmartLogger is needed
- No additional initialization required
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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. |
-
net8.0
- Microsoft.AspNetCore.Http (>= 2.3.0)
- SmartLogger.CoreV2 (>= 8.0.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 |
|---|---|---|
| 8.0.0 | 393 | 6/12/2025 |