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


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > LogEntryList クラス > Add メソッド : Add(LogEntrySeverity,Exception,String) メソッド
The severity of the log entry.
The exception that was thrown.
The log message.
Adds entry to LogEntryList
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal severity As LogEntrySeverity, _
   ByVal ex As System.Exception, _
   ByVal message As System.String _
) As LogEntry
'使用法
 
Dim instance As LogEntryList
Dim severity As LogEntrySeverity
Dim ex As System.Exception
Dim message As System.String
Dim value As LogEntry
 
value = instance.Add(severity, ex, message)
public LogEntry Add( 
   LogEntrySeverity severity,
   System.Exception ex,
   System.string message
)

パラメータ

severity
The severity of the log entry.
ex
The exception that was thrown.
message
The log message.

戻り値の型

The LogEntry object was added to list.
参照

参照

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