Hello, how to save caught error to file log.
catch (\Exception $e) { $this->flash->error($e->getMessage()); }
This is shown for users in UI, but I want to save this to log file.
Hello, how to save caught error to file log.
catch (\Exception $e) { $this->flash->error($e->getMessage()); }
This is shown for users in UI, but I want to save this to log file.