Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
esbuild.js
File · 0.45
activate
Function · 0.45
deactivate
Function · 0.45
GraphQLCache
Class · 0.45
handleDidOpenOrSaveNotification
Method · 0.45
handleDidChangeNotification
Method · 0.45
handleDidChangeConfiguration
Method · 0.45
handleDidCloseNotification
Method · 0.45
handleCompletionRequest
Method · 0.45
handleWatchedFilesChangedNotification
Method · 0.45
handleDefinitionRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected