'Deklaration
Sub WriteLog( _ ByVal message As System.String, _ ByVal stackTrace As System.String, _ ByVal errorLevel As FLibErrorLevels _ )
'Usage
Dim instance As ILogging Dim message As System.String Dim stackTrace As System.String Dim errorLevel As FLibErrorLevels instance.WriteLog(message, stackTrace, errorLevel)
void WriteLog( System.string message, System.string stackTrace, FLibErrorLevels errorLevel )
Parameter
- message
- stackTrace
- errorLevel