C# 클래스 AdminTools.CLog

The visible control of the DPLog plugin
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Silveryard/SmartHome

공개 메소드들

메소드 설명
AddMessage ( int channel, string message ) : void

Adds a new message to the log list

CLog ( ) : System

Creates a new instance

RefreshDisabledChannels ( ) : void

Refreshs the displayed list of currently disabled channels

RefreshEnabledChannels ( ) : void

Refreshs the displayed list of currently enabled channels

WriteCache ( ) : void

Writes all messages from the internal cache to the log list

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CLog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnDisable_Click ( object sender, EventArgs e ) : void
btnEnable_Click ( object sender, EventArgs e ) : void

메소드 상세

AddMessage() 공개 메소드

Adds a new message to the log list
public AddMessage ( int channel, string message ) : void
channel int The sending channel
message string The sended message
리턴 void

CLog() 공개 메소드

Creates a new instance
public CLog ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

RefreshDisabledChannels() 공개 메소드

Refreshs the displayed list of currently disabled channels
public RefreshDisabledChannels ( ) : void
리턴 void

RefreshEnabledChannels() 공개 메소드

Refreshs the displayed list of currently enabled channels
public RefreshEnabledChannels ( ) : void
리턴 void

WriteCache() 공개 메소드

Writes all messages from the internal cache to the log list
public WriteCache ( ) : void
리턴 void