55 public static void Log(
int level,
string? category,
string? message)
61 private static extern void LogInternal(
int level,
string category,
string message);
static void LogInternal(int level, string category, string message)
static void BreakInternal()
static void Log(int level, string? category, string? message)
static bool LaunchInternal()
static void NotifyOfCrossThreadDependencySlow()
static readonly? string DefaultCategory
static void NotifyOfCrossThreadDependency()
static void CustomNotification(ICustomDebuggerNotification data)