C# Class EchoClient.Logic.LogMedia

Datei anzeigen Open project: SyncZone/Examples

Public Methods

Method Description
AddOutputLog ( ) : void
AddTextBoxLogger ( TextBox tb ) : void
AddTextFileLogger ( string path, string filePrefix ) : void
DeleteAllLogger ( ) : void

Private Methods

Method Description
OutputLog ( int mask, string log ) : void
TextBoxLog ( int mask, string log ) : void
TextFileLog ( int mask, string log ) : void

Method Details

AddOutputLog() public static method

public static AddOutputLog ( ) : void
return void

AddTextBoxLogger() public static method

public static AddTextBoxLogger ( TextBox tb ) : void
tb System.Windows.Forms.TextBox
return void

AddTextFileLogger() public static method

public static AddTextFileLogger ( string path, string filePrefix ) : void
path string
filePrefix string
return void

DeleteAllLogger() public static method

public static DeleteAllLogger ( ) : void
return void