| Overload | Description |
|---|---|
| EndFile() | End the current log file (but not the session) and open a new file to continue logging. |
| EndFile(String) | End the current log file (but not the session) and open a new file to continue logging, specifying an optional reason. |
| EndFile(Int32,String) | End the current log file (but not the session) and open a new file to continue logging, specifying an optional reason and attributing the request farther back in the call stack. |