ComponentOne FlexReport for WinForms
AddToLog(LogEntrySeverity,String) Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class > AddToLog Method : AddToLog(LogEntrySeverity,String) Method
The severity of the log entry.
The message of the log entry.
Adds log entry to the Log list.
Syntax
'Declaration
 
Public Overloads Function AddToLog( _
   ByVal severity As LogEntrySeverity, _
   ByVal message As System.String _
) As LogEntry
public LogEntry AddToLog( 
   LogEntrySeverity severity,
   System.string message
)

Parameters

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

Return Value

The created LogEntry object.
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members
Overload List