[This is preliminary documentation and subject to change]
This method causes the Logging Utility Component component to close open log files.
OIISLog.CloseLogFiles(IOMode)
| Constant | Value | Description |
| ForReading | 1 | Closes log files that have been opened for reading. |
| ForWriting | 2 | Closes log files that have been opened for writing. |
| AllOpenFiles | 32 | Closes all open log files. |
Please see the example for OpenLogFile.