Ejemplo n.º 1
0
 /// <inheritdoc />
 public static void Log(CQLogLevel level, string message, string category)
 => CQAPI.CQ_addLog(_cqauthcode, (int)level, category, message);
Ejemplo n.º 2
0
 /// <inheritdoc />
 public static void Log(CQLogLevel level, string message)
 => CQAPI.CQ_addLog(_cqauthcode, (int)level, level.ToString(), message);