-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Common.Logging.NLog45 with support for structured logging and MDLC / …
…NDLC
- Loading branch information
Showing
17 changed files
with
29,413 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
130 changes: 130 additions & 0 deletions
130
src/Common.Logging.NLog45/Common.Logging.NLog45.2010-net40.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>9.0.30729</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{70472F27-F839-496D-BD71-1E2071C187F3}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Common</RootNamespace> | ||
<AssemblyName>Common.Logging.NLog45</AssemblyName> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\..\build\net40\Common.Logging.NLog45\Debug\</OutputPath> | ||
<DefineConstants>TRACE;DEBUG;NET_4_0;NLOG2</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>Common.Logging.NLog45.xml</DocumentationFile> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>1607</NoWarn> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\build\net40\Common.Logging.NLog45\Release\</OutputPath> | ||
<DefineConstants>TRACE;NET_4_0;NLOG2</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>Common.Logging.NLog444.xml</DocumentationFile> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>1607</NoWarn> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="NLog"> | ||
<HintPath>..\..\lib\NLog45\net\net40\NLog.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.configuration" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\Common.Logging.NLog10\Logging\NLog\CommonLoggingTarget.cs"> | ||
<Link>Logging\NLog\CommonLoggingTarget.cs</Link> | ||
</Compile> | ||
<Compile Include="..\Common.Logging.NLog10\Logging\NLog\NLogLoggerFactoryAdapter.cs"> | ||
<Link>Logging\NLog\NLogLoggerFactoryAdapter.cs</Link> | ||
</Compile> | ||
<Compile Include="..\Common.Logging.NLog20\Logging\NLog\NLogLogger.VariablesContext.cs"> | ||
<Link>Logging\NLog\NLogLogger.VariablesContext.cs</Link> | ||
</Compile> | ||
<Compile Include="..\Common.Logging.NLog41\Logging\NLog\NLogGlobalVariablesContext.cs"> | ||
<Link>Logging\NLog\NLogGlobalVariablesContext.cs</Link> | ||
</Compile> | ||
<Compile Include="Logging\NLog\NLogLogger.cs" /> | ||
<Compile Include="Logging\NLog\NLogNestedThreadVariablesContext.cs" /> | ||
<Compile Include="Logging\NLog\NLogThreadVariablesContext.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Windows Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<ItemGroup /> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Common.Logging.Core\Common.Logging.Core.2010.csproj"> | ||
<Project>{7eeb2191-b3fc-4509-aa4b-a345c386eeed}</Project> | ||
<Name>Common.Logging.Core.2010</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Common.Logging\Common.Logging.2010-net40.csproj"> | ||
<Project>{440D903A-D409-48FC-A6C4-3EE69CCD663B}</Project> | ||
<Name>Common.Logging.2010-net40</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<ProjectExtensions> | ||
<VisualStudio> | ||
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="c3faaf50-ca05-42a5-9616-b48c21643d03" /> | ||
</VisualStudio> | ||
</ProjectExtensions> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Common.Logging.NLog45</id> | ||
<version>0.0.0</version> | ||
<!-- placeholder value replaced by build script --> | ||
<authors>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</authors> | ||
<owners>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</owners> | ||
<projectUrl>http://net-commons.github.io/common-logging/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/net-commons/common-logging/master/nuget-graphics/common-logging-icon.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Common.Logging library bindings for NLog 4.5 logging framework.</description> | ||
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="Common.Logging" version="3.4.1" /> | ||
<dependency id="NLog" version="4.5" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.dll" target="lib\net40" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.pdb" target="lib\net40" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.xml" target="lib\net40" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.dll" target="lib\MonoAndroid10" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.pdb" target="lib\MonoAndroid10" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.xml" target="lib\MonoAndroid10" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.dll" target="lib\Xamarin.iOS10" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.pdb" target="lib\Xamarin.iOS10" /> | ||
<file src="..\..\build\net40\Common.Logging.NLog4412\Release\Common.Logging.NLog45.xml" target="lib\Xamarin.iOS10" /> | ||
</files> | ||
</package> |
Oops, something went wrong.