UNPKG

@nivinjoseph/n-log

Version:
10 lines 168 B
export interface LogRecord { source: string; service: string; env: string; level: string; message: string; dateTime: string; time: string; }