@forge/cli

12.16.1-next.6-experimental-13a01c212.17.0-next.7
out/command-line/view/tunnel-view.js
~out/command-line/view/tunnel-view.jsModified
+3
Index: package/out/command-line/view/tunnel-view.js
===================================================================
--- package/out/command-line/view/tunnel-view.js
+++ package/out/command-line/view/tunnel-view.js
@@ -6,8 +6,11 @@
     ui;
     constructor(ui) {
         this.ui = ui;
     }
+    getLogger() {
+        return this.ui;
+    }
     preamble(environmentKey) {
         this.ui.info(cli_shared_1.Text.tunnel.preamble);
         if (environmentKey && environmentKey !== cli_shared_1.DEFAULT_ENVIRONMENT_KEY) {
             this.ui.emptyLine();