MCPcopy Index your code
hub / github.com/PowerShell/vscode-powershell / write

Method write

src/logging.ts:67–69  ·  view source on GitHub ↗
(message: string, ...additionalMessages: string[])

Source from the content-addressed store, hash-verified

65 }
66
67 public write(message: string, ...additionalMessages: string[]): void {
68 this.writeAtLevel(LogLevel.Info, message, ...additionalMessages);
69 }
70
71 public async writeAndShowInformation(
72 message: string,

Callers 1

Calls 1

writeAtLevelMethod · 0.95

Tested by

no test coverage detected