src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (5)
31WriteEvent(TraceEventType.Information, traceId, format, arguments);
36WriteEvent(TraceEventType.Warning, traceId, format, arguments);
41WriteEvent(TraceEventType.Error, traceId, format, arguments);
44private static void WriteEvent(TraceEventType eventType, CompositionTraceId traceId, string format, params object[] arguments)
55private static string CreateLogMessage(TraceEventType eventType, CompositionTraceId traceId, string format, params object[] arguments)