17 references to Message
System.Diagnostics.DiagnosticSource (17)
System\Diagnostics\DsesActivitySourceListener.cs (3)
65
_eventSource.
Message
("DiagnosticSource: Ignoring wildcard activity source filterAndPayloadSpec rule because a previous rule was defined");
108
_eventSource.
Message
($"DiagnosticSource: Ignoring filterAndPayloadSpec rule for '[AS]{activitySourceName}' because a previous rule was defined");
112
_eventSource.
Message
($"DiagnosticSource: Ignoring filterAndPayloadSpec rule for '[AS]{activitySourceName}+{activityName}' because a previous rule was defined");
System\Diagnostics\DsesFilterAndTransform.cs (14)
150
eventSource.
Message
("DiagnosticSource: Enabling '" + (listenerNameFilter ?? "*") + "/" + (eventNameFilter ?? "*") + "'");
155
eventSource.
Message
("DiagnosticSource: suppressing implicit transforms.");
174
eventSource.
Message
("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'");
259
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling ratio was invalid");
268
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling method was invalid");
292
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because event name was invalid");
313
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because activity name cannot be specified for wildcard activity sources");
325
eventSource.
Message
("DiagnosticSource: suppressing implicit transforms.");
344
eventSource.
Message
("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'");
490
_eventSource.
Message
("DiagnosticSource: Could not find Event to log Activity " + activityName);
688
try { ret = fetch!.Fetch(obj); } catch (Exception e) { _eventSource.
Message
($"Property {objType}.{_propertyName} threw the exception {e}"); }
742
eventSource.
Message
($"*Enumerate applied to non-enumerable type {type}");
762
eventSource.
Message
($"Property {propertyName} not found on {type}. Ensure the name is spelled correctly. If you published the application with PublishTrimmed=true, ensure the property was not trimmed away.");
768
eventSource.
Message
($"Property {propertyName} is static.");