MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / log

Method log

src/scripting/host/IScripter.ts:22–22  ·  view source on GitHub ↗
(msg:any)

Source from the content-addressed store, hash-verified

20
21export interface Logger{
22 log(msg:any):void;
23 error(msg:any):void;
24 warn(msg:any):void;
25}

Callers 15

CommentManager.jsFile · 0.80
BilibiliFormat.jsFile · 0.80
AcfunFormat.jsFile · 0.80
Unpacker.jsFile · 0.80
CCLScriptingFunction · 0.80
Host.jsFile · 0.80
WorkerHookFunction · 0.80
Worker.jsFile · 0.80
CCLScripterClass · 0.80
_bindMethod · 0.80
bindWindowFunction · 0.80
bindDebuggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected