Adding logging library as a dependency

Run this command in a terminal, in your project's directory:

cargo add lambda-rs-logging

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

lambda-rs-logging = "2023.1.30"

The logging library will be automatically available globally. Read the logging library documentation.

Back to the crate overview.