C# 클래스 IndieAPI.Server.Routine.LogMedia

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

공개 메소드들

메소드 설명
DeleteAllLogger ( ) : void
SetTextBoxLogger ( TextBox tb ) : void
SetTextFileLogger ( String path, String filePrefix ) : void

비공개 메소드들

메소드 설명
TextBoxLog ( LogType type, Int32 level, String log ) : void
TextFileLog ( LogType type, Int32 level, String log ) : void

메소드 상세

DeleteAllLogger() 공개 정적인 메소드

public static DeleteAllLogger ( ) : void
리턴 void

SetTextBoxLogger() 공개 정적인 메소드

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

SetTextFileLogger() 공개 정적인 메소드

public static SetTextFileLogger ( String path, String filePrefix ) : void
path String
filePrefix String
리턴 void