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§
- LogConfiguration
Error - 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
LogConfigurationgiven aLogDestination.