mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Fixed log4net logging and disabled Debug.Print of message IDs in WndProc.
This commit is contained in:
@@ -691,7 +691,7 @@ Public Class frmMain
|
||||
Protected Overloads Overrides Sub WndProc(ByRef m As Message)
|
||||
Try
|
||||
#If Config = "Debug" Then
|
||||
Debug.Print(m.Msg)
|
||||
'Debug.Print(m.Msg)
|
||||
#End If
|
||||
|
||||
Select Case m.Msg
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</root>
|
||||
|
||||
<appender name="LogFileAppender" type="log4net.Appender.FileAppender">
|
||||
<file value="${USERPROFILE)\AppData\Local\mRemoteNG\mRemoteNG.log" />
|
||||
<file value="${USERPROFILE}\AppData\Local\mRemoteNG\mRemoteNG.log" />
|
||||
<!-- Example using environment variables in params -->
|
||||
<!-- <file value="${TMP}\log-file.txt" /> -->
|
||||
<appendToFile value="true" />
|
||||
|
||||
Reference in New Issue
Block a user