The IISLog Component has the following methods:
| AtEndOfLog | Indicates whether all records have been read from the log file. |
| CloseLogFiles | Closes all open log files. |
| OpenLogFile | Opens a log file for reading or writing. |
| ReadFilter | Filter records from the log file by date and time. |
| ReadLogRecord | Reads the next available log record from the current log file. |
| WriteLogRecord | Writes a log record to the current log file. |