Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added exception logging with stack trace (#93)
- Added logException method to capture exceptions, including their `stack` traces and optional messages. - Exceptions are logged to both console and file using existing `logToStdOut` and `logToFile` methods.
- Loading branch information