Logging: Tweak debug settings for more performance

This commit is contained in:
Jonathan Jenne 2021-01-13 14:01:38 +01:00
parent 2f60998c3e
commit 711c380e5f

View File

@ -56,9 +56,9 @@ Imports NLog.Targets
''' </remarks>
Public Class LogConfig
#Region "Private Properties"
Private Const OPEN_FILE_CACHE_TIMEOUT As Integer = 5
Private Const OPEN_FILE_CACHE_TIMEOUT As Integer = 30
Private Const OPEN_FILE_FLUSH_TIMEOUT As Integer = 5
Private Const AUTO_FLUSH As Boolean = True
Private Const AUTO_FLUSH As Boolean = False
Private Const KEEP_FILES_OPEN As Boolean = False
Private Const KEEP_FILES_OPEN_DEBUG As Boolean = True