@lelantos-org/sdk / log / loggingConfig
Function: loggingConfig() โ
ts
function loggingConfig(): object;Defined in: @lelantos-org/sdk/dist/log/logger.d.ts:42
Snapshot of the active level and namespace filter, in the form configureLogging accepts โ so it can be replayed into another realm. Used by the worker RPC client to configure the worker side.
Returns โ
object
level โ
ts
level: LogLevel;namespaces โ
ts
namespaces: string[] | null;