1 write to Message
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
376Message = message,
12 references to Message
Microsoft.Gen.Logging (12)
Emission\Emitter.Method.cs (9)
38if (!string.IsNullOrEmpty(lm.Message)) 40OutLn($"/// Logs \"{EscapeMessageStringForXmlDocumentation(lm.Message)}\"{lvl}."); 107if (!string.IsNullOrEmpty(lm.Message) && 110var mapped = Parsing.TemplateProcessor.MapTemplates(lm.Message, t => 128else if (string.IsNullOrEmpty(lm.Message)) 134OutLn($@"return {EscapeMessageString(lm.Message)};"); 312if (!string.IsNullOrEmpty(lm.Message)) 327if (!string.IsNullOrEmpty(lm.Message)) 329OutLn($"{stateName}.TagArray[{--count}] = new(\"{{OriginalFormat}}\", {EscapeMessageString(lm.Message)});");
Parsing\Parser.cs (3)
180else if (lp.IsNormalParameter && !parameterInTemplate && !loggingProperties && !string.IsNullOrEmpty(lm.Message)) 252string.IsNullOrWhiteSpace(lm.Message) && 438var msg = lm.Message;