
implementation("aws.smithy.kotlin:logging-crt:1.5.13")The `logging-crt` package is not listed among the available artifacts in the `aws.smithy.kotlin` group. However, the `logging-jvm` package provides logging primitives for services generated by smithy-kotlin. ([jarcasting.com](https://jarcasting.com/artifacts/aws.smithy.kotlin/logging-jvm/?utm_source=openai)) Additionally, the AWS SDK for Kotlin offers configurable logging capabilities, including wire-level message logging for HTTP requests and responses.