![]() ![]() | Error message type. See also processMessage |
![]() ![]() | Info message type. See also processMessage |
![]() ![]() | Standard name of the DFSLink log file. |
![]() ![]() | Standard name of the DFSLink script file. |
![]() ![]() | Warning message type. See also processMessage |
![]() ![]() | |
![]() ![]() |
![]() |
Constructor |
![]() | Get: Get all counted errors. Set: Sets the counter back to zero (only a reset). |
![]() | Get: Get all counted warnings. Set: Sets the counter back to zero (only a reset). |
![]() | Close a open handle for a file. |
![]() | Increase the error counter. |
![]() | Increase the warning counter. |
![]() | Dispose this object. |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Opens a log file with the specfied name in append or overwrite mode. The file handle are kept in swLog. swLog If there is also a file open, the file will be closed and reopened in append mode. |
![]() | Overloaded. Opens a script file with the specfied name in append or overwrite mode. The file handle are kept in swScript. swScript If there is also a file open, the file will be closed and reopened in append mode. |
![]() | Process incoming messages. |
![]() |
![]() | Track whether Dispose has been called. |
![]() | Keeps the log streamwriter. |
![]() | Keeps the script streamwriter. |
![]() | Use C# destructor syntax for finalization code. This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class. |
![]() | |
![]() | Open and writes text to a file. The append argument specify the append or overwrite mode, so it is possible to append data to an existing file or overwrite an existing file. The file will be created if they doesn't exist. |
MessageProcessor Class | dfslink Namespace