C# Class IndieAPI.Server.Routine.LogMedia

显示文件 Open project: SyncZone/IndieAPI

Public Methods

Method Description
DeleteAllLogger ( ) : void
SetTextBoxLogger ( TextBox tb ) : void
SetTextFileLogger ( String path, String filePrefix ) : void

Private Methods

Method Description
TextBoxLog ( LogType type, Int32 level, String log ) : void
TextFileLog ( LogType type, Int32 level, String log ) : void

Method Details

DeleteAllLogger() public static method

public static DeleteAllLogger ( ) : void
return void

SetTextBoxLogger() public static method

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

SetTextFileLogger() public static method

public static SetTextFileLogger ( String path, String filePrefix ) : void
path String
filePrefix String
return void