Write(String,String,MessageSeverity,String) Method
The scanner ID.
The string to output.
The minimum logging level at which to output this message.
A string containing additional information.
Log a message with additional details.
Syntax
void Write( 
   string scannerName,
   string message,
   MessageSeverity severity,
   string details
)

Parameters

scannerName
The scanner ID.
message
The string to output.
severity
The minimum logging level at which to output this message.
details
A string containing additional information.