Module logging

Module logging 

Source
Expand description

Host interfaces for working with host logging, allowing you to send logs to different destinations

Structs§

LogConfiguration
A single configuration for a destination

Enums§

LogConfigurationError
Captures any errors Momento has detected during log configuration
LogDestination
Where do you want your logs to go?

Functions§

configure_host_logging
Configures logging via Momento host functions
log
Logs a given string
log_configuration
Create a single LogConfiguration given a LogDestination.