SetTraceLogLevel method
Set the current threshold (minimum) log level
Implementation
void SetTraceLogLevel(
TraceLogLevel logLevel,
) => run(
() => _debugLabels.SetTraceLogLevel(logLevel),
() => _flat.SetTraceLogLevel(
logLevel.value,
),
);