You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging an exception with ConsoleLog or FileLog by passing the exception to a new LogMessage instance and passing the logMessage into the log method, the line number displayed in the exception message wont be displayed correctly. the linenumbers in the stacktrace seem to be okay.
to replicate: just set up a simple program that uses the ConsoleLog or FileLog, throw an exception and pass it into a new LogMessage instance and then pass the instance to the log method.
The text was updated successfully, but these errors were encountered:
When logging an exception with ConsoleLog or FileLog by passing the exception to a new LogMessage instance and passing the logMessage into the log method, the line number displayed in the exception message wont be displayed correctly. the linenumbers in the stacktrace seem to be okay.
to replicate: just set up a simple program that uses the ConsoleLog or FileLog, throw an exception and pass it into a new LogMessage instance and then pass the instance to the log method.
The text was updated successfully, but these errors were encountered: