UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

11 lines (10 loc) 436 B
/** * This file exists to expose and centralize some features that the files in this module expect from the surrounding * CLI. * * The calls will be forwarded to whatever logging system is the "official" logging system for this CLI. * * Centralizing in this way makes it easy to copy/paste this directory out and have a single place to * break dependencies and replace these functions. */ export { error } from '../../logging';