Crate momento_functions_log

Source
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:

Enums§

LogMode
Which logging mode to use?

Functions§

configure_logging
Initializes the logging system with the specified log level and mode.