C# Class Shadowsocks.Controller.Logging

Datei anzeigen Open project: nladuo/AutoShadowsocks Class Usage Examples

Public Properties

Property Type Description
LogFile string

Public Methods

Method Description
Debug ( object o ) : void
LogUsefulException ( Exception e ) : void
OpenLogFile ( ) : bool

Method Details

Debug() public static method

public static Debug ( object o ) : void
o object
return void

LogUsefulException() public static method

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

OpenLogFile() public static method

public static OpenLogFile ( ) : bool
return bool

Property Details

LogFile public_oe static_oe property

public static string LogFile
return string