SeliseBlocks.Genesis.Framework.Logger.File 10.0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package SeliseBlocks.Genesis.Framework.Logger.File --version 10.0.0.2
                    
NuGet\Install-Package SeliseBlocks.Genesis.Framework.Logger.File -Version 10.0.0.2
                    
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="SeliseBlocks.Genesis.Framework.Logger.File" Version="10.0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeliseBlocks.Genesis.Framework.Logger.File" Version="10.0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="SeliseBlocks.Genesis.Framework.Logger.File" />
                    
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 SeliseBlocks.Genesis.Framework.Logger.File --version 10.0.0.2
                    
#r "nuget: SeliseBlocks.Genesis.Framework.Logger.File, 10.0.0.2"
                    
#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 SeliseBlocks.Genesis.Framework.Logger.File@10.0.0.2
                    
#: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=SeliseBlocks.Genesis.Framework.Logger.File&version=10.0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=SeliseBlocks.Genesis.Framework.Logger.File&version=10.0.0.2
                    
Install as a Cake Tool

SeliseBlocks.Genesis.Framework.Logger.File

File-based logging implementation using log4net for the Genesis framework.

Project Name & Purpose

SeliseBlocks.Genesis.Framework.Logger.File provides file-based logging for the Genesis platform using log4net. It offers configurable logging levels, file appenders, and integrates with Microsoft.Extensions.Logging. The library includes custom log4net providers and configurators, as well as tracing support for distributed request correlation.

Tech Stack

  • .NET 10.0 (net10.0)
  • Key Libraries:
    • log4net (3.3.2) - Apache log4net logging framework
    • Microsoft.Extensions.Logging (10.0.0) - Microsoft logging abstractions

Dependencies

Internal Project References

Project Version Purpose
SeliseBlocks.Genesis.Framework 6.0.3.2 Core framework

NuGet Packages

Package Version Purpose
log4net 3.3.2 Logging framework
Microsoft.Extensions.Logging 10.0.0 Logging abstractions
System.IO.FileSystem 4.3.0 File system access
System.Net.NameResolution 4.3.0 DNS resolution
System.Runtime.InteropServices 4.3.0 Interop services

Structure

(no subdirectories - flat structure)

Key Components

log4net Integration

  • Log4NetProvider - ILoggerProvider implementation for log4net
  • Log4NetLogger - ILogger implementation wrapping log4net
  • Log4NetExtensions - Extension methods for DI registration
  • Log4NetConfigurator - Runtime log4net configuration
  • LogLevelMaps - Maps Microsoft.Extensions.Logging levels to log4net levels
  • LoggingOptions - Configuration options for logging

Tracing

  • LogTracingProvider - Tracing/logging integration
  • LogTracingLogger - Logger with tracing support
  • LogTracingExtensions - Extension methods for tracing setup

Configuration

The library reads log4net configuration from standard sources (App.config, Web.config, or programmatic configuration). Log files are written to the configured directory with rolling behavior based on size or date.

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 (2)

Showing the top 2 NuGet packages that depend on SeliseBlocks.Genesis.Framework.Logger.File:

Package Downloads
SeliseBlocks.Genesis.Framework.Worker

Framework Worker

SeliseBlocks.Genesis.Framework.Api

Framework Api

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0.3 33 8/16/2026
10.0.0.2 43 8/16/2026
10.0.0.1 36 8/16/2026
8.0.1.9 458 7/8/2026
8.0.1.8 109 7/7/2026
8.0.1.7 522 6/30/2026
8.0.1.6-rc1 110 4/23/2026
8.0.1.5 265 4/22/2026
8.0.1.1 14,911 9/3/2025
8.0.0.5 17,379 2/5/2025
8.0.0.5-Creolytix 3,890 8/14/2025
8.0.0.3 398 1/20/2025
8.0.0.2 444 1/16/2025
6.0.3.3 6,546 9/9/2025
6.0.3.3-rc1 335 9/13/2025
6.0.3.1 8,035 9/3/2025
6.0.1.7 257 6/24/2025
6.0.1.6 6,096 3/25/2025
6.0.1.5 296 3/20/2025
6.0.1.4 330 1/9/2025
Loading failed