Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ getInstance
Method
getInstance
src/app/logger/core.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
static instance: LoggerCore;
21
22
static getInstance() {
23
return
LoggerCore.instance;
24
}
25
26
static logger(...label: LogLabel[]) {
27
return
LoggerCore.getInstance().logger(...label);
Callers
7
handler
Method · 0.80
publish
Method · 0.80
sendMessage
Function · 0.80
Server
Class · 0.80
logger
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected