[][src]Module wascc_actor::logger

Structs

AutomaticLoggerHostBinding

A host binding for the wascc:logging capability

Constants

CAPID_LOGGING

The reserved capability ID for the logging functionality

Functions

default

Resets the current logger binding name to the default.

host

Sets the current binding for the logger. Note that because the logger is statically available in order to support Rust's log macros, the msot recent binding you set is the one that will be active for your logging macros. You can't maintain two different logger bindings that send to two different host bindings, you must instead toggle between them.