Skip to main content

Module impls

Module impls 

Source
Expand description

Backing implementation functions invoked by the log_*! macros to route messages to the sink, browser console, Solana log, or standard output.

Functionsยง

debug_impl
Emits a message at Level::Debug, honoring the current level filter and sink.
error_impl
Emits a message at Level::Error, honoring the current level filter and sink.
info_impl
Emits a message at Level::Info, honoring the current level filter and sink.
trace_impl
Emits a message at Level::Trace, honoring the current level filter and sink.
warn_impl
Emits a message at Level::Warn, honoring the current level filter and sink.