{"version":3,"sources":["../../../packages/tools/wac-cli/src/angular15/utils/logger.ts"],"names":[],"mappings":"AAAA,qBAAa,MAAM;IACf;;;;OAIG;WACW,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,SAAgB;IAIvD;;;;OAIG;WACW,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,SAA0B;CAGtE","file":"logger.d.ts","sourcesContent":["export class Logger {\r\n    /**\r\n     * the log function.\r\n     * @param value the string value to log.\r\n     * @param prefix the prefix to log.\r\n     */\r\n    public static log(value: string, prefix = 'Main thread') {\r\n        console.log(`${prefix} - ${value}`);\r\n    }\r\n\r\n    /**\r\n     * the error function.\r\n     * @param value the string value to log.\r\n     * @param prefix the prefix to log.\r\n     */\r\n    public static error(value: string, prefix = 'Angular15UpgradeError') {\r\n        console.log(`${prefix} - ${value}`);\r\n    }\r\n}\r\n"]}