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

Method writeTrace

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

Source from the content-addressed store, hash-verified

85 }
86
87 public writeTrace(message: string, ...additionalMessages: string[]): void {
88 this.writeAtLevel(LogLevel.Trace, message, ...additionalMessages);
89 }
90
91 public writeDebug(message: string, ...additionalMessages: string[]): void {
92 this.writeAtLevel(LogLevel.Debug, message, ...additionalMessages);

Callers

nothing calls this directly

Calls 1

writeAtLevelMethod · 0.95

Tested by

no test coverage detected