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
Currently, after the v1- > v2 change it is not possible to upgrade the logger in some places because the type's between v1 and v2 are incompatible. An interface would solve this issue and allow forward compatibility.
Currently, after the v1- > v2 change it is not possible to upgrade the logger in some places because the type's between v1 and v2 are incompatible. An interface would solve this issue and allow forward compatibility.