export interface LogResult { time: number; level: string; msg: string; src: string; }