Logging Errors: String Messages vs. Error Object Logging
What is the correct way to log errors?
Effect.logError will log an string message but how can you log out object with the error information? using JSON.stringify on the error object?