diff --git a/CMS_SC/CMS_SC.csproj b/CMS_SC/CMS_SC.csproj index 80a5623..8cb0a4f 100644 --- a/CMS_SC/CMS_SC.csproj +++ b/CMS_SC/CMS_SC.csproj @@ -130,7 +130,7 @@ ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - ..\packages\NLog.4.6.4\lib\net45\NLog.dll + ..\packages\NLog.4.6.8\lib\net45\NLog.dll ..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll diff --git a/CMS_SC/NLog.xsd b/CMS_SC/NLog.xsd index dd0e214..16d888c 100644 --- a/CMS_SC/NLog.xsd +++ b/CMS_SC/NLog.xsd @@ -72,7 +72,7 @@ - Perform mesage template parsing and formatting of LogEvent messages (true = Always, false = Never, empty = Auto Detect). Default value is: empty. + Perform message template parsing and formatting of LogEvent messages (true = Always, false = Never, empty = Auto Detect). Default value is: empty. @@ -215,12 +215,19 @@ + + + + Variable value. Note, the 'value' attribute has precedence over this one. + + + Variable name. - + Variable value. @@ -345,6 +352,7 @@ + @@ -362,6 +370,11 @@ Name of the target. + + + Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush + + 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 @@ -619,6 +632,7 @@ + @@ -630,7 +644,7 @@ - Layout that should be use to calcuate the value for the parameter. + Layout that should be use to calculate the value for the parameter. @@ -656,6 +670,7 @@ + @@ -702,6 +717,11 @@ Indicates whether the error stream (stderr) should be used instead of the output stream (stdout). + + + Indicates whether to auto-check if the console has been redirected to file - Disables coloring logic when System.Console.IsOutputRedirected = true + + Indicates whether to use default row highlighting rules. @@ -821,6 +841,7 @@ + @@ -863,6 +884,11 @@ Indicates whether to auto-flush after + + + Whether to enable batch writing using char[]-buffers, instead of using + + 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 @@ -1021,7 +1047,7 @@ - Layout that should be use to calcuate the value for the parameter. + Layout that should be use to calculate the value for the parameter. @@ -1158,7 +1184,7 @@ - Optional entrytype. When not set, or when not convertible to then determined by + Optional entry type. When not set, or when not convertible to then determined by @@ -1354,7 +1380,7 @@ - Maximum number of log filenames that should be stored as existing. + Maximum number of log file names that should be stored as existing. @@ -1369,7 +1395,7 @@ - Value indicationg whether file creation calls should be synchronized by a system global mutex. + Indicates whether file creation calls should be synchronized by a system global mutex. @@ -1556,11 +1582,6 @@ Condition expression. Log events who meet this condition will be forwarded to the wrapped target. - - - Filter. Log events who evaluates to will be discarded - - 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 @@ -2880,6 +2901,7 @@ + @@ -2921,6 +2943,11 @@ Option to suppress the extra spaces in the output json + + + Should forward slashes be escaped? If true, / will be converted to \/ + + @@ -2931,6 +2958,7 @@ + @@ -2944,7 +2972,7 @@ - Determines wether or not this attribute will be Json encoded. + Determines whether or not this attribute will be Json encoded. @@ -2957,6 +2985,11 @@ Whether an attribute with empty value should be included in the output + + + Should forward slashes be escaped? If true, / will be converted to \/ + + @@ -2989,10 +3022,12 @@ + + @@ -3000,6 +3035,11 @@ Option to include all properties from the log events + + + Indicates whether to include call site (class and method name) in the information sent over the network. + + Indicates whether to include contents of the dictionary. @@ -3020,6 +3060,11 @@ Indicates whether to include contents of the stack. + + + Indicates whether to include source info (file name and line number) in the information sent over the network. + + @@ -3125,7 +3170,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3150,7 +3195,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3180,7 +3225,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. diff --git a/CMS_SC/bin/NLog.dll b/CMS_SC/bin/NLog.dll index 5ed3608..9682bd6 100644 Binary files a/CMS_SC/bin/NLog.dll and b/CMS_SC/bin/NLog.dll differ diff --git a/CMS_SC/packages.config b/CMS_SC/packages.config index 6b68bdf..a4b317a 100644 --- a/CMS_SC/packages.config +++ b/CMS_SC/packages.config @@ -32,9 +32,9 @@ - - - + + +