Unable to write to log file because writing to it would cause it to exceed MaximumSize value
The FileLogTraceListener class could not write to the log file because:
The log file size (in bytes) is greater than the value of the MaxFileSize property
—and—
The value of the DiskSpaceExhaustedBehavior property was ThrowException.
To correct this error
Archive the existing logs and remove them from the computer to allow the FileLogTraceListener object to create new logs.
Change the value of the MaxFileSize property to allow for larger logs.
Set the DiskSpaceExhaustedBehavior property to DiscardMessages to discard messages without warning if the log is too large.