diff --git a/tools/MakeNLogXSD/TemplateXSD.xml b/tools/MakeNLogXSD/TemplateXSD.xml index d3fa95fb53..713dc6dfa0 100644 --- a/tools/MakeNLogXSD/TemplateXSD.xml +++ b/tools/MakeNLogXSD/TemplateXSD.xml @@ -43,12 +43,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! @@ -134,7 +134,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 '?'). @@ -174,9 +174,9 @@ - + - Enable or disable logging rule. Disabled rules are ignored. + Rule identifier to allow rule lookup with Configuration.FindRuleByName and Configuration.RemoveRuleByName.