UNPKG

@connectedcars/logutil

Version:
6 lines (5 loc) 365 B
export declare const SPAN_ID_KEY = "logging.googleapis.com/spanId"; export declare const TRACE_KEY = "logging.googleapis.com/trace"; export declare const TRACE_SAMPLED_KEY = "logging.googleapis.com/trace_sampled"; export declare function reachedMaxDepth(obj: any, level?: number): boolean; export declare function format(level: number, ...args: unknown[]): string;