Effect CommunityEC
Effect Community3y ago
5 replies
matias

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?
Was this page helpful?