Document Library for WinForms
AddToLog(LogEntrySeverity,String) メソッド

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1DocumentSource クラス > AddToLog メソッド : AddToLog(LogEntrySeverity,String) メソッド
The severity of the log entry.
The message of the log entry.
Adds log entry to the Log list.
シンタックス
'宣言
 
Public Overloads Function AddToLog( _
   ByVal severity As LogEntrySeverity, _
   ByVal message As System.String _
) As LogEntry
public LogEntry AddToLog( 
   LogEntrySeverity severity,
   System.string message
)

パラメータ

severity
The severity of the log entry.
message
The message of the log entry.

戻り値の型

The created LogEntry object.
参照

C1DocumentSource クラス
C1DocumentSource メンバ
オーバーロード一覧