Searched refs:LogType (Results 1 – 10 of 10) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | Log.java | 50 log.info(LogType.buildTag(LogType.DEBUG) + msg); in debug() 59 log.info(LogType.buildTag(LogType.INFO) + msg); in info() 68 log.warning(LogType.buildTag(LogType.ERROR) + msg); in error() 77 log.warning(LogType.buildTag(LogType.WARNING) + msg); in warning() 81 enum LogType { enum 89 LogType(String value) { in LogType() method in LogType 99 public static String buildTag(LogType logType) { in buildTag()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 80 LogType, 209 addLog(LogType.WARN, message, item.getStart(), log, sourceFile); 213 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile); 221 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile); 245 type: LogType.ERROR, 252 type: LogType.ERROR, 260 type: LogType.ERROR, 268 type: LogType.ERROR, 333 addLog(LogType.WARN, message, pos, log, sourceFile); 338 addLog(LogType.WARN, message, component.pos, log, sourceFile); [all …]
|
| D | process_component_member.ts | 93 LogType, 442 type: LogType.ERROR, 452 validateWatchParam(LogType.WARN, argument.getStart(), log); 455 validateWatchParam(LogType.WARN, argument.getStart(), log); 457 validateWatchParam(LogType.ERROR, argument.getStart(), log); 521 type: LogType.WARN, 719 type: LogType.ERROR, 984 type: LogType.ERROR, 993 type: LogType.ERROR, 1002 type: LogType.ERROR, [all …]
|
| D | process_custom_component.ts | 87 LogType, 674 type: LogType.WARN, 682 … node, propertyName, curPropertyKind, parentPropertyName, parentPropertyKind, log, LogType.WARN); 856 type: LogType.ERROR, 867 type: LogType.ERROR, 880 type: LogType.ERROR, 897 type: LogType.WARN, 917 type: LogType.ERROR, 928 log: LogInfo[], inputType: LogType = undefined): void { 929 let type: LogType = LogType.ERROR; [all …]
|
| D | utils.ts | 44 export enum LogType { enum 61 type: LogType, 97 case LogType.ERROR: 101 case LogType.WARN: 105 case LogType.NOTE: 114 export function addLog(type: LogType, message: string, pos: number, log: LogInfo[], 207 type: LogType.ERROR,
|
| D | process_ui_syntax.ts | 83 LogType, 264 type: LogType.ERROR, 395 type: LogType.ERROR, 489 type: LogType.ERROR, 506 type: LogType.WARN, 567 type: LogType.ERROR, 577 type: LogType.ERROR, 583 type: LogType.ERROR, 589 type: LogType.ERROR, 847 type: LogType.ERROR, [all …]
|
| D | process_visual.ts | 28 LogType, 139 type: LogType.ERROR, 347 type: LogType.ERROR,
|
| D | process_component_class.ts | 126 LogType, 277 type: LogType.ERROR, 418 type: LogType.ERROR, 451 type: LogType.ERROR, 537 type: LogType.ERROR, 777 type: LogType.ERROR, 788 type: LogType.ERROR,
|
| D | process_component_build.ts | 148 LogType, 236 type: LogType.ERROR, 397 type: LogType.ERROR, 550 type: LogType.ERROR, 1346 type: LogType.ERROR, 1406 type: LogType.ERROR, 1426 type: LogType.ERROR, 1657 type: LogType.ERROR, 2113 type: LogType.WARN, 2158 type: LogType.ERROR, [all …]
|
| D | process_import.ts | 64 LogType, 374 type: LogType.WARN, 705 type: LogType.ERROR,
|