C# Class EchoClient.Logic.LogMedia

Afficher le fichier Open project: SyncZone/Examples

Méthodes publiques

Méthode Description
AddOutputLog ( ) : void
AddTextBoxLogger ( TextBox tb ) : void
AddTextFileLogger ( string path, string filePrefix ) : void
DeleteAllLogger ( ) : void

Private Methods

Méthode Description
OutputLog ( int mask, string log ) : void
TextBoxLog ( int mask, string log ) : void
TextFileLog ( int mask, string log ) : void

Method Details

AddOutputLog() public static méthode

public static AddOutputLog ( ) : void
Résultat void

AddTextBoxLogger() public static méthode

public static AddTextBoxLogger ( TextBox tb ) : void
tb System.Windows.Forms.TextBox
Résultat void

AddTextFileLogger() public static méthode

public static AddTextFileLogger ( string path, string filePrefix ) : void
path string
filePrefix string
Résultat void

DeleteAllLogger() public static méthode

public static DeleteAllLogger ( ) : void
Résultat void