wasmcloud-logging

Crates.iowasmcloud-logging
lib.rswasmcloud-logging
version0.9.4
sourcesrc
created_at2021-02-10 21:35:41.93992
updated_at2021-05-18 20:41:59.112141
descriptionStructured logging capability provider for the wasmCloud host runtime
homepagehttps://wasmcloud.dev
repositoryhttps://github.com/wasmcloud/capability-providers
max_upload_size
id353553
size21,878
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/wasmcloud-logging

README

crates.io  Rust  license  documentation

wasmCloud Logging Provider

This library is a native capability provider for the wasmcloud:logging capability. Only actors signed with tokens containing this capability privilege will be allowed to use it. It allows actors to use normal log macros (like info!, warn!, error!, etc, to write logs from within the actor.

It should be compiled as a native binary (linux: .so, mac: .dylib, windows: dll, etc) and made available to the wasmCloud host runtime as a plugin. This is commonly done by creating a provider-archive

If you want to statically link (embed) this capability provider into a custom host, then enable the static_plugin feature in your dependencies as follows:

wasmcloud-logging = { version="??", features = ["static_plugin"] }
Commit count: 573

cargo fmt