Logging Execution Duration of Effect Spans in TypeScript
what exactly does
like the time that gets logged out what is that measuring? the time from when the span starts to when the log happens?
is there a cleaner way to log the duration of an entire span besides somehting like this?
withLogSpan do?like the time that gets logged out what is that measuring? the time from when the span starts to when the log happens?
is there a cleaner way to log the duration of an entire span besides somehting like this?
