C# 클래스 EchoServer.Logic.LogMedia

파일 보기 프로젝트 열기: SyncZone/Examples

공개 메소드들

메소드 설명
AddOutputLog ( ) : void
AddTextBoxLogger ( TextBox tb ) : void
AddTextFileLogger ( string path, string filePrefix ) : void
DeleteAllLogger ( ) : void

비공개 메소드들

메소드 설명
OutputLog ( int mask, string log ) : void
TextBoxLog ( int mask, string log ) : void
TextFileLog ( int mask, string log ) : void

메소드 상세

AddOutputLog() 공개 정적인 메소드

public static AddOutputLog ( ) : void
리턴 void

AddTextBoxLogger() 공개 정적인 메소드

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

AddTextFileLogger() 공개 정적인 메소드

public static AddTextFileLogger ( string path, string filePrefix ) : void
path string
filePrefix string
리턴 void

DeleteAllLogger() 공개 정적인 메소드

public static DeleteAllLogger ( ) : void
리턴 void