04-08-2023, 10:07 AM
(04-07-2023, 10:35 PM)Alexandre Machado Wrote: The exception handler executes in case any exception is raised, including the ones that occur outside the scope of a session. In this case, no IWApplication instance will exist. In some other cases it will...
That's why our TIWExceptionLogger was designed to save a plain text file on the hard disk, because the disk is always available.
Hi,
So is it possible to read that log file from IWServerControllerBaseCloseSession?