Expand description
log adapter for Momento Functions
This crate adapts log to Momento Functions. log is a standard logging crate,
used widely across the ecosystem.
Functions use wasm32-wasip2 as the target architecture.
They use the WIT Component Model
to describe the ABI.
You are likely to be interested in the sibling crates:
momento-functions: Code generators for Functions.momento-functions-host: Interfaces and tools for calling host interfaces.
Functionsยง
- configure_
logs - Entrypoint for configuring logs to be delivered to a destination(s)