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