1 write to Message
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
376Message = message,
11 references to Message
Microsoft.Gen.Logging (11)
Emission\Emitter.Method.cs (8)
38if (!string.IsNullOrEmpty(lm.Message)) 40OutLn($"/// Logs \"{EscapeMessageStringForXmlDocumentation(lm.Message)}\"{lvl}."); 107var mapped = Parsing.TemplateProcessor.MapTemplates(lm.Message, t => 121else if (string.IsNullOrEmpty(lm.Message)) 127OutLn($@"return {EscapeMessageString(lm.Message)};"); 304if (!string.IsNullOrEmpty(lm.Message)) 366if (!string.IsNullOrEmpty(lm.Message)) 368OutLn($"{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;