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
According the wasi-logging spec, the log level defines an additional variant critical. However, both Level and LevelFilter enums of log do not support it. Is it possible to provide support for it? Thanks a lot.
The text was updated successfully, but these errors were encountered:
According the wasi-logging spec, the log level defines an additional variant
critical
. However, both Level and LevelFilter enums oflog
do not support it. Is it possible to provide support for it? Thanks a lot.The text was updated successfully, but these errors were encountered: