7 references to Log
System.ComponentModel.Composition (1)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (1)
52Debugger.Log(0, null, logMessage);
System.ComponentModel.Composition.Registration (1)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (1)
52Debugger.Log(0, null, logMessage);
System.Composition.Convention (1)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (1)
52Debugger.Log(0, null, logMessage);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debugger.cs (1)
16/// is used by <see cref="Debugger.Log"/>.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.Unix.cs (1)
52Debugger.Log(0, null, message);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (1)
222Debugger.Log(0, null, "Activity Enabled() called but AsyncLocals Not Supported (pre V4.6). Ignoring Enable");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3841Debugger.Log(0, null, $"EventSource Error: {msg}{Environment.NewLine}");