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}."); 105if (!string.IsNullOrEmpty(lm.Message) && 108var mapped = Parsing.TemplateProcessor.MapTemplates(lm.Message, t => 126else if (string.IsNullOrEmpty(lm.Message)) 132OutLn($@"return {EscapeMessageString(lm.Message)};"); 310if (!string.IsNullOrEmpty(lm.Message)) 325if (!string.IsNullOrEmpty(lm.Message)) 327OutLn($"{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;