1 reference to LogInternal
System.Private.CoreLib (1)
src\System\Diagnostics\Debugger.cs (1)
71public static void Log(int level, string? category, string? message) => LogInternal(level, category, message);