Beispiel #1
0
 private static void DebugError(string msg)
 {
     UDProxy.Debug("UDPServer", msg, UDProxy.DebugLevels.Error);
 }
Beispiel #2
0
 private static void DebugWarn(string msg)
 {
     UDProxy.Debug("UDPServer", msg, UDProxy.DebugLevels.Warn);
 }
Beispiel #3
0
 private static void DebugInfo(string msg)
 {
     UDProxy.Debug("UDPServer", msg, UDProxy.DebugLevels.Info);
 }
Beispiel #4
0
 public static void DebugError(string msg)
 {
     UDProxy.Debug("SOCKS5", msg, UDProxy.DebugLevels.Error);
 }
Beispiel #5
0
 public static void DebugWarn(string msg)
 {
     UDProxy.Debug("SOCKS5", msg, UDProxy.DebugLevels.Warn);
 }
Beispiel #6
0
 public static void DebugInfo(string msg)
 {
     UDProxy.Debug("SOCKS5", msg, UDProxy.DebugLevels.Info);
 }