setRuntime()
function setRuntime(runtime: Runtime): void;
Defined in: src/lib/logging/context.ts:94
Sets the current runtime. Called during initialization.
Parameters
| Parameter | Type |
|---|---|
runtime | Runtime |
Returns
void
function setRuntime(runtime: Runtime): void;
Defined in: src/lib/logging/context.ts:94
Sets the current runtime. Called during initialization.
| Parameter | Type |
|---|---|
runtime | Runtime |
void