Logger: Logger<LogLevel> & {
    labels: any[];
    addLabel: ((value: any) => void);
}