Xtensive.Orm.Logging.log4net 7.1.3

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Xtensive.Orm.Logging.log4net --version 7.1.3                
NuGet\Install-Package Xtensive.Orm.Logging.log4net -Version 7.1.3                
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="Xtensive.Orm.Logging.log4net" Version="7.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xtensive.Orm.Logging.log4net --version 7.1.3                
#r "nuget: Xtensive.Orm.Logging.log4net, 7.1.3"                
#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.
// Install Xtensive.Orm.Logging.log4net as a Cake Addin
#addin nuget:?package=Xtensive.Orm.Logging.log4net&version=7.1.3

// Install Xtensive.Orm.Logging.log4net as a Cake Tool
#tool nuget:?package=Xtensive.Orm.Logging.log4net&version=7.1.3                

Xtensive.Orm.Logging.log4net

Summary

The extension provides integration points between DataObjects.Net internal logging system and log4net.

Prerequisites

DataObjects.Net 7.1.x (http://dataobjects.net) log4net 2.0.10 or later (http://logging.apache.org/log4net/)

Implementation

Set up log provider in Xtensive.Orm configuration section

  <Xtensive.Orm>
    <domains>
      <domain ... >
      </domain>
    </domains>
    <logging provider="Xtensive.Orm.Logging.log4net.LogProvider, Xtensive.Orm.Logging.log4net">
  </Xtensive.Orm>

Configure log4net (http://logging.apache.org/log4net/release/manual/configuration.html), e.g.:

  <?xml version="1.0" encoding="utf-8" ?>
  <configuration>
    <configSections>
      ...
      <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/>
    </configSections>
    <Xtensive.Orm>
      <domains>
        <domain ... >
        </domain>
      </domains>
      <logging provider="Xtensive.Orm.Logging.NLog.LogProvider, Xtensive.Orm.Logging.log4net">
    </Xtensive.Orm>
  
    <log4net>
      <appender name="ConsoleAppernder" type="log4net.Appender.ConsoleAppender">
        <layout type="log4net.Layout.PatternLayout">
          <conversionPattern value="%date [%thread] %-5level %logger %message%newline" />
        </layout>
      </appender>
    
      <logger name="Xtensive.Orm">
        <level value="ALL" />
        <appender-ref ref="ConsoleAppernder" />
      </logger>
    </log4net>
  </configuration>

You can choose from the following predefined internal loggers:

  • "Xtensive.Orm"
  • "Xtensive.Orm.Upgrade"
  • "Xtensive.Orm.Building"
  • "Xtensive.Orm.Core"
  • "Xtensive.Orm.Sql"
Product 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 was computed.  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 was computed.  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. 
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
7.2.0-Beta-1 105 12/28/2023
7.1.3 82 12/24/2024
7.1.2 126 10/18/2024
7.1.1 221 11/14/2023
7.1.0 271 4/12/2023
7.1.0-RC 122 3/9/2023
7.1.0-Beta-2 127 12/19/2022
7.1.0-Beta-1 186 7/4/2022
7.0.6 74 12/19/2024
7.0.5 97 6/3/2024
7.0.4 138 11/12/2023
7.0.3 509 3/21/2022
7.0.2 483 2/8/2022
7.0.1 390 10/29/2021
7.0.0 399 6/2/2021
6.0.14 83 12/17/2024
6.0.13 128 4/4/2024
6.0.12 141 11/10/2023
6.0.11 303 1/12/2023
6.0.10 466 4/29/2022
6.0.9 485 2/2/2022
6.0.8 411 10/28/2021
6.0.7 358 8/27/2021
6.0.6 418 5/24/2021
6.0.5 474 3/9/2021
6.0.4 560 12/22/2020
6.0.3 526 9/29/2020
6.0.0 691 1/28/2020
5.1.0-Beta-1 1,053 1/30/2015
5.0.24 446 4/27/2021
5.0.23 467 2/4/2021
5.0.22 561 11/18/2020
5.0.21 495 11/6/2020
5.0.20 601 12/25/2019
5.0.19 648 5/30/2019
5.0.19-Beta-2 488 4/16/2019
5.0.19-Beta-1 562 12/29/2018
5.0.18 837 9/28/2018
5.0.18-Beta-3 701 7/2/2018
5.0.18-Beta-2 783 6/6/2018
5.0.18-Beta-1 815 4/24/2018
5.0.17 1,005 2/27/2018
5.0.17-Beta-3 794 2/12/2018
5.0.17-Beta-2 799 1/12/2018
5.0.17-Beta-1 878 12/28/2017
5.0.16 936 12/1/2017
5.0.16-Beta-1 746 9/27/2017
5.0.15 990 8/1/2017
5.0.14 986 6/19/2017
5.0.13 1,001 3/22/2017
5.0.12 1,028 2/14/2017
5.0.11 997 1/25/2017
5.0.11-RC2 824 12/16/2016
5.0.11-RC 1,133 9/20/2016
5.0.10 1,039 8/5/2016
5.0.10-RC 909 6/30/2016
5.0.9 1,332 3/3/2016
5.0.8 1,096 2/15/2016
5.0.7 1,071 1/27/2016
5.0.7-RC2 914 12/8/2015
5.0.7-RC 908 9/10/2015
5.0.6 1,220 7/3/2015
5.0.5 1,263 4/23/2015
5.0.4 1,123 3/19/2015
5.0.4-RC 1,212 2/25/2015
5.0.3 1,730 10/31/2014
5.0.2 1,199 9/11/2014
5.0.0 1,153 8/15/2014
5.0.0-RC2 934 8/1/2014
5.0.0-RC 915 7/21/2014
5.0.0-Beta-3 939 5/28/2014
5.0.0-Beta-2 1,013 2/28/2014