blob: 75234cc3515c332871fffcad3a8c0764029c7263 [file] [log] [blame]
import { ConstructedStats } from './ConstructedStats';
import { WebpackCompilation } from './WebpackCompilation';
declare class Logger {
private stats;
private static LOG_PREFIX;
constructor(stats: ConstructedStats);
warn(compilation: WebpackCompilation, message: string): void;
error(compilation: WebpackCompilation, message: string): void;
}
export { Logger };