Свойство | Тип | Описание | |
---|---|---|---|
Dispose | void | ||
execute | void | ||
stop | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
LogWorker ( |
Default copy constructor
|
|
LogWorker ( string fileName, |
Default Constructor
|
|
Stop ( ) : void |
Stop the logging
|
|
WriteLog ( string pMsg ) : void |
Writer given message to the log with current time.
|
Метод | Описание | |
---|---|---|
loadFromFile ( |
Actual load Function that loads values from the file.
|
|
writeLoop ( ) : void |
Loop Function that writes to the file.
|
Метод | Описание | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
execute ( ) : void |
Start the log worker
|
|
stop ( ) : void |
Stop the log worker
|
public LogWorker ( |
||
b | the copying object | |
Результат | System |
public LogWorker ( string fileName, |
||
fileName | string | name of log file |
encodingType | encoding type | |
Результат | System |
public WriteLog ( string pMsg ) : void | ||
pMsg | string | the message to print to the log file. |
Результат | void |
protected loadFromFile ( |
||
stream | ||
Результат | void |