Function: extractLogContext()
function extractLogContext(
args: readonly unknown[],
severity: LogSeverity
): ExtractedLogContext;
Defined in: shared/utils/loggingContext.ts:736
Parametersโ
argsโ
readonly unknown[]
function extractLogContext(
args: readonly unknown[],
severity: LogSeverity
): ExtractedLogContext;
Defined in: shared/utils/loggingContext.ts:736
readonly unknown[]