We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37acd9d commit 6853eb1Copy full SHA for 6853eb1
Quick.Protocol/Utils/LogUtils.cs
@@ -1,7 +1,4 @@
1
using System;
2
-using System.Collections.Generic;
3
-using System.Diagnostics;
4
-using System.Text;
5
6
namespace Quick.Protocol.Utils
7
{
@@ -16,6 +13,7 @@ public class LogUtils
16
13
public static bool LogHeartbeat { get; set; } = false;
17
14
public static bool LogNotice { get; set; } = false;
18
15
public static bool LogCommand { get; set; } = false;
+ public static bool LogContent { get; set; } = false;
19
public static bool LogConnection { get; set; } = false;
20
public static bool LogRaw { get; set; } = false;
21
0 commit comments