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");
100
_eventSource.
Message
($"DiagnosticSource: Ignoring filterAndPayloadSpec rule for '[AS]{activitySourceName}' because a previous rule was defined");
104
_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) + "'");
256
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling ratio was invalid");
273
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because rate limiting sampling was invalid");
284
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because sampling method was invalid");
308
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because event name was invalid");
329
eventSource.
Message
("DiagnosticSource: Ignoring filterAndPayloadSpec '[AS]" + entry.ToString() + "' because activity name cannot be specified for wildcard activity sources");
341
eventSource.
Message
("DiagnosticSource: suppressing implicit transforms.");
360
eventSource.
Message
("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'");
506
_eventSource.
Message
("DiagnosticSource: Could not find Event to log Activity " + activityName);
704
try { ret = fetch!.Fetch(obj); } catch (Exception e) { _eventSource.
Message
($"Property {objType}.{_propertyName} threw the exception {e}"); }
758
eventSource.
Message
($"*Enumerate applied to non-enumerable type {type}");
778
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.");
784
eventSource.
Message
($"Property {propertyName} is static.");