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

Parameters

scannerName
The scanner ID.
message
The string to output.
severity
The minimum logging level at which to output this message.