Property | Type | Description | |
---|---|---|---|
FileName | string |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Flush ( ) : void |
Flushes the stream to the disk.
|
|
LogFileWriter ( string logFileName ) : System |
Creates a LogFileWriter that initially queues message
|
|
Write ( |
Writes the specified log to the file
|
public LogFileWriter ( string logFileName ) : System | ||
logFileName | string | |
return | System |
public Write ( |
||
log | ||
autoFlush | bool | |
return | void |