提交 82bbf73f 编写于 作者: A Aigio

ipc log

上级 b9215bd8
......@@ -31,12 +31,9 @@ public sealed class IPCSubProcessServiceImpl : IPCSubProcessService
static MSEXLogLevel Convert(IPCLogLevel logLevel)
{
#if DEBUG
return MSEXLogLevel.Critical;
#else
if (logLevel <= IPCLogLevel.Debug) return MSEXLogLevel.Debug;
if (logLevel <= IPCLogLevel.Debug)
return MSEXLogLevel.Debug;
return (MSEXLogLevel)logLevel;
#endif
}
protected override void Log<TState>(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册