18 references to Message
System.Diagnostics.DiagnosticSource (18)
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 (15)
151
eventSource.
Message
("DiagnosticSource: Enabling '" + (listenerNameFilter ?? "*") + "/" + (eventNameFilter ?? "*") + "'");
156
eventSource.
Message
("DiagnosticSource: suppressing implicit transforms.");
175
eventSource.
Message
("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'");
260
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling ratio was invalid");
281
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because rate limiting sampling was invalid");
292
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling method was invalid");
316
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because event name was invalid");
337
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because activity name cannot be specified for wildcard activity sources");
349
eventSource.
Message
("DiagnosticSource: suppressing implicit transforms.");
368
eventSource.
Message
("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'");
514
_eventSource.
Message
("DiagnosticSource: Could not find Event to log Activity " + activityName);
712
try { ret = fetch!.Fetch(obj); } catch (Exception e) { _eventSource.
Message
($"Property {objType}.{_propertyName} threw the exception {e}"); }
766
eventSource.
Message
($"*Enumerate applied to non-enumerable type {type}");
786
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.");
792
eventSource.
Message
($"Property {propertyName} is static.");