UNPKG

unnbound-logger-sdk

Version:

A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.

10 lines (9 loc) 228 B
interface HttpStatus { message: string; description: string; } export declare const httpStatusDetails: { [key: number]: HttpStatus; }; export declare function getStatusMessage(statusCode: number): string; export {};