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
I'd like to see a simplified logging interface that better matches user intention, and is synchronous (unlike package:logging), which will make many things more trivial and understandable, especially around testing and failing on severe.
@matanlurey I did update it so that we synchronously capture severe logs (just wrapping the logger). Do you think that is enough or is there still value in this from your perspective?
Forked from #759.
I'd like to see a simplified logging interface that better matches user intention, and is synchronous (unlike
package:logging
), which will make many things more trivial and understandable, especially around testing and failing on severe.Other ideas:
.debug
or.fine
?.trace
and.traceAsync
?)The text was updated successfully, but these errors were encountered: