Difference between `Effect.logError` and `Console.error`

What is the difference between Effect.logError and Console.error?

Do I lose the runtime information like effect duration using Console.error?
Was this page helpful?