1 write to Message
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
385Message = message,
13 references to Message
Microsoft.Gen.Logging (12)
Emission\Emitter.Method.cs (9)
37if (!string.IsNullOrEmpty(lm.Message)) 39OutLn($"/// Logs \"{EscapeMessageStringForXmlDocumentation(lm.Message)}\"{lvl}."); 112if (!string.IsNullOrEmpty(lm.Message) && 115var mapped = Parsing.TemplateProcessor.MapTemplates(lm.Message, t => 133else if (string.IsNullOrEmpty(lm.Message)) 139OutLn($@"return {EscapeMessageString(lm.Message)};"); 320if (!string.IsNullOrEmpty(lm.Message)) 335if (!string.IsNullOrEmpty(lm.Message)) 337OutLn($"{stateName}.TagArray[{--count}] = new(\"{{OriginalFormat}}\", {EscapeMessageString(lm.Message)});");
Parsing\Parser.cs (3)
189else if (lp.IsNormalParameter && !parameterInTemplate && !loggingProperties && !string.IsNullOrEmpty(lm.Message)) 261string.IsNullOrWhiteSpace(lm.Message) && 458var msg = lm.Message;
Microsoft.Gen.Logging.Unit.Tests (1)
LoggingMethodTests.cs (1)
16Assert.Empty(instance.Message);