diff --git a/MP-IO/NLog.xsd b/MP-IO/NLog.xsd index 193cb6b0..25f0617d 100644 --- a/MP-IO/NLog.xsd +++ b/MP-IO/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. @@ -621,10 +633,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 +645,11 @@ Viewer parameter name. + + + Whether an attribute with empty value should be included in the output + + @@ -648,6 +666,7 @@ + @@ -695,6 +714,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 +827,7 @@ + @@ -840,6 +865,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 +1028,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 +1376,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 +1550,7 @@ + @@ -2915,7 +2946,7 @@ - Determines wether or not this attribute will be Json encoded. + Determines whether or not this attribute will be Json encoded. @@ -2960,16 +2991,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 +3029,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 +3139,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3120,7 +3164,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3150,7 +3194,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. diff --git a/MP-IO/packages.config b/MP-IO/packages.config index 29f50955..ae4360c0 100644 --- a/MP-IO/packages.config +++ b/MP-IO/packages.config @@ -14,8 +14,8 @@ - - + + diff --git a/MP-TAB/NLog.xsd b/MP-TAB/NLog.xsd index 193cb6b0..25f0617d 100644 --- a/MP-TAB/NLog.xsd +++ b/MP-TAB/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. @@ -621,10 +633,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 +645,11 @@ Viewer parameter name. + + + Whether an attribute with empty value should be included in the output + + @@ -648,6 +666,7 @@ + @@ -695,6 +714,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 +827,7 @@ + @@ -840,6 +865,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 +1028,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 +1376,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 +1550,7 @@ + @@ -2915,7 +2946,7 @@ - Determines wether or not this attribute will be Json encoded. + Determines whether or not this attribute will be Json encoded. @@ -2960,16 +2991,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 +3029,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 +3139,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3120,7 +3164,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. @@ -3150,7 +3194,7 @@ - Determines wether or not this attribute will be Xml encoded. + Determines whether or not this attribute will be Xml encoded. diff --git a/MP-TAB/packages.config b/MP-TAB/packages.config index 1b413b87..38837450 100644 --- a/MP-TAB/packages.config +++ b/MP-TAB/packages.config @@ -23,8 +23,8 @@ - - + +