ContextCallback type
A callback that take in a LogContext and optionally returns a value.
Signature:
export type ContextCallback<R = void> = (context: LogContext) => R;
References: LogContext
A callback that take in a LogContext and optionally returns a value.
Signature:
export type ContextCallback<R = void> = (context: LogContext) => R;
References: LogContext