MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / append

Method append

Extension/src/logger.ts:41–43  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

39 }
40
41 public append(message: string): void {
42 this.appendAtLevel(0, message);
43 }
44
45 public appendLineAtLevel(level: number, message: string): void {
46 this.appendAtLevel(level, message + os.EOL);

Callers

nothing calls this directly

Calls 1

appendAtLevelMethod · 0.95

Tested by

no test coverage detected