Property | Type | Description | |
---|---|---|---|
_syncQueue | object | ||
_syncWait | object |
Method | Description | |
---|---|---|
Run ( Object stateInfo ) : void |
The main loop for the log table service thread.
|
|
Write ( string message ) : void |
Makes sure the logging thread is running and then writes the message to the queue of messages to be serviced.
|
Method | Description | |
---|---|---|
IsQueueEmpty ( ) : bool |
Returns true if the message queue is empty.
|
protected Write ( string message ) : void | ||
message | string | The message to be written to the log file. |
return | void |