ILogProvider Methods |
The ILogProvider type exposes the following members.
Name | Description | |
---|---|---|
AppendAllText |
Appends the text to the file passed across. If the file does not exist then it is created.
| |
CreateFolder |
Creates the folder if it doesn't exist.
| |
FileExists |
Returns true if the file described by the fullPath exists.
| |
FolderExists |
Returns true if the folder exists.
| |
GetTail |
Returns the last so-many lines of log, or all of them if < 1 lines are requested.
| |
TruncateTo |
Truncates the file to the last so-many bytes in the original.
|