Module logging

Module logging 

Source

Structs§

CloudwatchDestination
ConfigureLoggingInput
TopicDestination

Enums§

Destination
LogConfigurationError
LogLevel

Functions§

configure_logging
Configures logging for the function itself. Allows for multiple destinations, along with specified system logging level a customer wants to capture. E.g. “Send all logs + debug system logs to my topic, but only error-level system logs to my CW topic”
log
Receives input (ideally through a custom-wrapped struct around the log!() macro) to feed to a configured destination(s) (if exists)