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 => 125else if (string.IsNullOrEmpty(lm.Message)) 131OutLn($@"return {EscapeMessageString(lm.Message)};"); 308if (!string.IsNullOrEmpty(lm.Message)) 370if (!string.IsNullOrEmpty(lm.Message)) 372OutLn($"{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;