C# Class SimPlaza.UDProxy.UDProxy

Show file Open project: Gnu32/UDProxy Class Usage Examples

Public Properties

Property Type Description
gConfiguration Configuration
gConnection Connection
lol bool

Public Methods

Method Description
Debug ( string cls, string msg, DebugLevels level ) : void
DebugError ( string cls, string msg ) : void
DebugException ( Exception e ) : void
DebugInfo ( string cls, string msg ) : void
DebugWarn ( string cls, string msg ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

Debug() public static method

public static Debug ( string cls, string msg, DebugLevels level ) : void
cls string
msg string
level DebugLevels
return void

DebugError() public static method

public static DebugError ( string cls, string msg ) : void
cls string
msg string
return void

DebugException() public static method

public static DebugException ( Exception e ) : void
e System.Exception
return void

DebugInfo() public static method

public static DebugInfo ( string cls, string msg ) : void
cls string
msg string
return void

DebugWarn() public static method

public static DebugWarn ( string cls, string msg ) : void
cls string
msg string
return void

Property Details

gConfiguration public static property

public static Configuration gConfiguration
return Configuration

gConnection public static property

public static Connection gConnection
return Connection

lol public static property

public static bool lol
return bool