ILog Methods |
The ILog type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetContent |
Returns the content of the log as an array of lines, optionally truncated to the last so-many lines.
|
![]() | Truncate |
Truncates the log file to the last nn kilobytes.
|
![]() | WriteLine(String) |
Writes a line of text to the log file.
|
![]() | WriteLine(String, Object) |
Writes a line of text to the log file.
|