10 references to Message
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\DiagnosticSourceEventSource.cs (10)
584_eventSource.Message("DiagnosticSource: Enabling '" + (listenerNameFilter ?? "*") + "/" + (eventNameFilter ?? "*") + "'"); 589_eventSource.Message("DiagnosticSource: suppressing implicit transforms."); 608_eventSource.Message("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'"); 633_eventSource.Message("DiagnosticSource: Could not find Event to log Activity " + activityName); 691_eventSource.Message("DiagnosticSource: suppressing implicit transforms."); 710_eventSource.Message("DiagnosticSource: Parsing Explicit Transform '" + filterAndPayloadSpec.Substring(specStartIdx, endIdx - specStartIdx) + "'"); 1264try { ret = fetch!.Fetch(obj); } catch (Exception e) { Log.Message($"Property {objType}.{_propertyName} threw the exception {e}"); } 1326Log.Message($"*Enumerate applied to non-enumerable type {type}"); 1346Log.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."); 1352Log.Message($"Property {propertyName} is static.");