diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj index a32f6d69..1a1b868b 100644 --- a/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB.csproj @@ -110,7 +110,7 @@ ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll - ..\packages\NLog.4.5.6\lib\net45\NLog.dll + ..\packages\NLog.4.5.8\lib\net45\NLog.dll ..\packages\StackExchange.Redis.1.2.1\lib\net46\StackExchange.Redis.dll diff --git a/MP-TAB/NLog.xsd b/MP-TAB/NLog.xsd index 1bd61d8b..075bb91a 100644 --- a/MP-TAB/NLog.xsd +++ b/MP-TAB/NLog.xsd @@ -1174,6 +1174,12 @@ + + + + + + @@ -1181,23 +1187,18 @@ - - - - - - - - - - - - - - - + + + + + + + + + + @@ -1274,6 +1275,36 @@ Maximum number of log filenames that should be stored as existing. + + + Is the an absolute or relative path? + + + + + Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. + + + + + Value indicationg whether file creation calls should be synchronized by a system global mutex. + + + + + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Indicates whether to write BOM (byte order mark) in created files + + + + + Indicates whether to enable log file(s) to be deleted. + + Name of the file to write to. @@ -1309,49 +1340,9 @@ File attributes (Windows only). - + - Indicates whether to write BOM (byte order mark) in created files - - - - - Indicates whether to enable log file(s) to be deleted. - - - - - Indicates whether to replace file contents on each write instead of appending log message at the end. - - - - - Value indicationg whether file creation calls should be synchronized by a system global mutex. - - - - - Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - - - - - Is the an absolute or relative path? - - - - - Indicates whether concurrent writes to the log file by multiple processes on the same host. - - - - - Whether or not this target should just discard all data that its asked to write. Mostly used for when testing NLog Stack except final write - - - - - Delay in milliseconds to wait before attempting to write to the file again. + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -1359,29 +1350,29 @@ Indicates whether concurrent writes to the log file by multiple processes on different network hosts. - - - Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). - - Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity. - + - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). - + - Log file buffer size in bytes. + Indicates whether to keep log file open instead of opening and closing it on each logging event. - + - Indicates whether to automatically flush the file buffers after each log message. + Whether or not this target should just discard all data that its asked to write. Mostly used for when testing NLog Stack except final write + + + + + Indicates whether concurrent writes to the log file by multiple processes on the same host. @@ -1389,9 +1380,24 @@ Number of times the write is appended on the file before NLog discards the log message. - + - Indicates whether to keep log file open instead of opening and closing it on each logging event. + Delay in milliseconds to wait before attempting to write to the file again. + + + + + Log file buffer size in bytes. + + + + + Maximum number of seconds before open files are flushed. If this number is negative or zero the files are not flushed by timer. + + + + + Indicates whether to automatically flush the file buffers after each log message. diff --git a/MP-TAB/Web.config b/MP-TAB/Web.config index 313b36da..2c2b2127 100644 --- a/MP-TAB/Web.config +++ b/MP-TAB/Web.config @@ -140,7 +140,7 @@ - + diff --git a/MP-TAB/packages.config b/MP-TAB/packages.config index 424aae78..6c262dbe 100644 --- a/MP-TAB/packages.config +++ b/MP-TAB/packages.config @@ -21,9 +21,9 @@ - - - + + +