MCPcopy
hub / github.com/Skyvern-AI/skyvern / info

Method info

skyvern-ts/client/src/library/logger.ts:3–3  ·  view source on GitHub ↗
(message: string, context?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

1export interface Logger {
2 debug(message: string, context?: Record<string, unknown>): void;
3 info(message: string, context?: Record<string, unknown>): void;
4 warn(message: string, context?: Record<string, unknown>): void;
5 error(message: string, context?: Record<string, unknown>): void;
6}

Callers 15

NodeHeaderFunction · 0.65
reportBenchFunction · 0.65
launch_cloud_browserMethod · 0.65
use_cloud_browserMethod · 0.65
run_taskMethod · 0.65
loginMethod · 0.65
download_filesMethod · 0.65
run_workflowMethod · 0.65
ai_clickMethod · 0.65
ai_input_textMethod · 0.65
ai_select_optionMethod · 0.65

Implementers 1

StructuredLoggerskyvern-ts/client/src/library/logger.t

Calls

no outgoing calls

Tested by 4

reportBenchFunction · 0.52
test_loginFunction · 0.52
test_credentialFunction · 0.52