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
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.
0 commit comments