(aws-cdk): centralize all cli logging into a single logging function #32039
Labels
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
package/tools
Related to AWS CDK Tools or CLI
Milestone
Describe the feature
This file defines our logging tools for the CDK CLI. Refactor the logging implementation into a single logging function which takes both a message and the logging type (info, debug, trace, error, etc...), and then additionally ensure any logging in the package uses this logging function.
Use Case
needed to support future CDK Programmatic Access, but also Centralizes and consolidates logging for the CLI.
Proposed Solution
Probably something like
Other Information
No response
Acknowledgements
CDK version used
2.165
Environment details (OS name and version, etc.)
macOS 15 Sequoia
The text was updated successfully, but these errors were encountered: