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.
Enums§
- LogMode
- Which logging mode to use?
Functions§
- configure_
logging - Initializes the logging system with the specified log level and mode.