C# Class RelicLogging.StatusBarHandler

Inheritance: ILogHandler
ファイルを表示 Open project: jurney/P4Backup

Public Methods

Method Description
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void
StatusBarHandler ( ToolStripStatusLabel warningsLabel, ToolStripStatusLabel errorsLabel, ToolStripStatusLabel messageLabel ) : System

Method Details

BeginBatch() public method

public BeginBatch ( ) : void
return void

EndBatch() public method

public EndBatch ( ) : void
return void

HandleLog() public method

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
return void

StatusBarHandler() public method

public StatusBarHandler ( ToolStripStatusLabel warningsLabel, ToolStripStatusLabel errorsLabel, ToolStripStatusLabel messageLabel ) : System
warningsLabel System.Windows.Forms.ToolStripStatusLabel
errorsLabel System.Windows.Forms.ToolStripStatusLabel
messageLabel System.Windows.Forms.ToolStripStatusLabel
return System