wasmcloud-interface-logging 0.1.3

interface for logging capability provider (wasmcloud:builtin:logging)
docs.rs failed to build wasmcloud-interface-logging-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: wasmcloud-interface-logging-0.11.0
logging capability provider ```no_compile use wasmcloud_interface_logging::{log,debug,info}; log("info", "log a message at info level"); info!("this is also at {} level", "info"); ```