mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Merge pull request #2411 from BlueBlock/fix_log4net_logging
fix log4net logging
This commit is contained in:
@@ -20,3 +20,6 @@ using System.Resources;
|
|||||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||||
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1828)")]
|
[assembly: AssemblyInformationalVersion("1.77.3 (Nightly Build 1828)")]
|
||||||
|
|
||||||
|
// Logging
|
||||||
|
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ using System.Resources;
|
|||||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||||
[assembly: AssemblyInformationalVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #> (<#= this.channel #> <#= this.build #>)")]
|
[assembly: AssemblyInformationalVersion("<#= this.major #>.<#= this.minor #>.<#= this.revision #> (<#= this.channel #> <#= this.build #>)")]
|
||||||
|
|
||||||
|
// Logging
|
||||||
|
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]
|
||||||
|
|
||||||
<#+
|
<#+
|
||||||
int major = 1;
|
int major = 1;
|
||||||
int minor = 77;
|
int minor = 77;
|
||||||
|
|||||||
Reference in New Issue
Block a user