MCPcopy
hub / github.com/graphql/graphiql / log

Method log

packages/graphql-language-service-server/src/Logger.ts:36–40  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

34 }
35
36 log(message: string): void {
37 if (this.logLevel > 0) {
38 this._connection.console.log(message);
39 }
40 }
41 set level(level: number) {
42 this.logLevel = level;
43 }

Callers 15

test.spec.tsFile · 0.45
esbuild.jsFile · 0.45
activateFunction · 0.45
deactivateFunction · 0.45
GraphQLCacheClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected