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


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス > AddToLog メソッド : AddToLog(LogEntrySeverity,String) メソッド
The severity of the log entry.
The message of the log entry.
Adds log entry to the C1DocumentSource.Log list.
シンタックス
'宣言
 
Public Overloads Function AddToLog( _
   ByVal severity As LogEntrySeverity, _
   ByVal message As System.String _
) As LogEntry
'使用法
 
Dim instance As C1DocumentSource
Dim severity As LogEntrySeverity
Dim message As System.String
Dim value As LogEntry
 
value = instance.AddToLog(severity, message)
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 メンバ
オーバーロード一覧