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
800: Re-export `gdnative_core::log` again r=Bromeon a=chitoyuu
Types and functions in the `log` module should remain visible and part of the public API:
- `Site` is the return type of the trait method `Method::site`, and is necessary to name when implementing the trait manually e.g. for a generic method.
- `print`, `warn` and `error` are safe high-level bindings to the native logging facilities that aren't available elsewhere, and are worthwhile to expose for custom `log` backend implementations that want to use call site information from the logging framework instead.
Co-authored-by: Chitose Yuuzaki <chitoyuu@potatoes.gay>
0 commit comments