interface ILogger { msg: (text: string) => void; }