Task for logging events
More...
|
| LoggerTask (string folder, string fileName) |
| Initializes a new instance of the LoggerTask class. More...
|
|
void | DoWork () |
| Does the work. Events to log are filled in a concurrent queue and then read here in serial order. More...
|
|
|
bool | IsStopped [get] |
| Gets a value indicating whether this instance is stopped. More...
|
|
Logging.LoggerTask.LoggerTask |
( |
string |
folder, |
|
|
string |
fileName |
|
) |
| |
Initializes a new instance of the LoggerTask class.
- Parameters
-
folder | The folder. |
fileName | Name of the file. |
void Logging.LoggerTask.DoWork |
( |
| ) |
|
Does the work. Events to log are filled in a concurrent queue and then read here in serial order.
void Logging.LoggerTask.EnqueueObject |
( |
LoggerInfo |
loggerInfo | ) |
|
|
package |
Enqueues the object.
- Parameters
-
loggerInfo | The logger information. |
void Logging.LoggerTask.Stop |
( |
| ) |
|
|
package |
bool Logging.LoggerTask.IsStopped |
|
get |
Gets a value indicating whether this instance is stopped.
true
if this instance is stopped; otherwise, false
.
The documentation for this class was generated from the following file: