From d8b3eba704c7d6985a1fe62cb60b7ebbeae6091d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 12 Aug 2019 14:10:34 +0200 Subject: [PATCH] Update packages NLog --- C-TRACK/NLog.xsd | 78 +++++++++++++++++++++++++++++++++-------- C-TRACK/packages.config | 4 +-- 2 files changed, 66 insertions(+), 16 deletions(-) diff --git a/C-TRACK/NLog.xsd b/C-TRACK/NLog.xsd index 193cb6b..a1ef2d5 100644 --- a/C-TRACK/NLog.xsd +++ b/C-TRACK/NLog.xsd @@ -37,12 +37,12 @@ - Global log level threshold for application log messages. Messages below this level won't be logged.. + Global log level threshold for application log messages. Messages below this level won't be logged. - Throw an exception when there is an internal error. Default value is: false. + Throw an exception when there is an internal error. Default value is: false. Not recommend to set to true in production! @@ -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. @@ -123,7 +123,7 @@ - Name of the logger. May include '*' character which acts like a wildcard. Allowed forms are: *, Name, *Name, Name* and *Name* + Name of the logger. May include wildcard characters ('*' or '?'). @@ -156,9 +156,9 @@ Ignore further rules if this one matches. - + - Enable or disable logging rule. Disabled rules are ignored. + Rule identifier to allow rule lookup with Configuration.FindRuleByName and Configuration.RemoveRuleByName. @@ -171,6 +171,11 @@ + + + Default action if none of the filters match. + + @@ -210,12 +215,19 @@ + + + + Variable value. Note, the 'value' attribute has precedence over this one. + + + Variable name. - + Variable value. @@ -340,6 +352,7 @@ + @@ -357,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 @@ -621,10 +639,11 @@ + - Layout that should be use to calcuate the value for the parameter. + Layout that should be use to calculate the value for the parameter. @@ -632,6 +651,11 @@ Viewer parameter name. + + + Whether an attribute with empty value should be included in the output + + @@ -648,6 +672,7 @@ + @@ -695,6 +720,11 @@ Indicates whether to use default row highlighting rules. + + + Indicates whether to auto-flush after + + 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 @@ -803,6 +833,7 @@ + @@ -840,6 +871,11 @@ Indicates whether to send the log messages to the standard error instead of the standard output. + + + Indicates whether to auto-flush after + + 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 @@ -998,7 +1034,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. @@ -1346,7 +1382,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. @@ -1520,6 +1556,7 @@ + @@ -2915,7 +2952,7 @@ - Determines wether or not this attribute will be Json encoded. + Determines whether or not this attribute will be Json encoded. @@ -2960,16 +2997,24 @@ + + + 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. @@ -2990,6 +3035,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. + + @@ -3095,7 +3145,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3120,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 +3200,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. diff --git a/C-TRACK/packages.config b/C-TRACK/packages.config index 0353829..6948009 100644 --- a/C-TRACK/packages.config +++ b/C-TRACK/packages.config @@ -30,8 +30,8 @@ - - + +