Click or drag to resize
ILog Methods

The ILog type exposes the following members.

Methods
  NameDescription
Public methodGetContent
Returns the content of the log as an array of lines, optionally truncated to the last so-many lines.
Public methodTruncate
Truncates the log file to the last nn kilobytes.
Public methodWriteLine(String)
Writes a line of text to the log file.
Public methodWriteLine(String, Object)
Writes a line of text to the log file.
Top
See Also