Home
last modified time | relevance | path

Searched refs:LogType (Results 1 – 12 of 12) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DLog.java50 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/
Dvalidate_ui_syntax.ts78 LogType,
206 addLog(LogType.WARN, message, item.getStart(), log, sourceFile);
210 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile);
218 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile);
242 type: LogType.ERROR,
249 type: LogType.ERROR,
257 type: LogType.ERROR,
265 type: LogType.ERROR,
330 addLog(LogType.WARN, message, pos, log, sourceFile);
335 addLog(LogType.WARN, message, component.pos, log, sourceFile);
[all …]
Dprocess_kit_import.ts22 LogType
67 type: LogType.ERROR,
164 type: LogType.ERROR,
377 type: LogType.ERROR,
407 type: LogType.ERROR,
522 type: LogType.WARN,
Dprocess_custom_component.ts82 LogType,
725 type: LogType.WARN,
733 … node, propertyName, curPropertyKind, parentPropertyName, parentPropertyKind, log, LogType.WARN);
907 type: LogType.ERROR,
923 type: LogType.ERROR,
943 type: LogType.ERROR,
953 log: LogInfo[], inputType: LogType = undefined): void {
954 let type: LogType = LogType.ERROR;
959 type = LogType.WARN;
972 type: LogType.ERROR,
Dprocess_ui_syntax.ts83 LogType,
291 type: LogType.ERROR,
329 type: LogType.ERROR,
474 type: LogType.ERROR,
561 type: LogType.ERROR,
603 type: LogType.WARN,
618 type: LogType.ERROR,
635 type: LogType.ERROR,
722 type: LogType.ERROR,
732 type: LogType.ERROR,
[all …]
Dprocess_component_member.ts95 LogType,
391 type: LogType.ERROR,
477 type: LogType.ERROR,
487 validateWatchParam(LogType.WARN, argument.getStart(), log);
490 validateWatchParam(LogType.WARN, argument.getStart(), log);
492 validateWatchParam(LogType.ERROR, argument.getStart(), log);
556 type: LogType.WARN,
783 type: LogType.ERROR,
Dprocess_visual.ts28 LogType,
139 type: LogType.ERROR,
347 type: LogType.ERROR,
Dutils.ts43 export enum LogType { enum
60 type: LogType,
101 case LogType.ERROR:
105 case LogType.WARN:
109 case LogType.NOTE:
118 export function addLog(type: LogType, message: string, pos: number, log: LogInfo[],
212 type: LogType.ERROR,
Dprocess_component_class.ts128 LogType,
377 type: LogType.ERROR,
533 type: LogType.ERROR,
573 type: LogType.ERROR,
659 type: LogType.ERROR,
899 type: LogType.ERROR,
910 type: LogType.ERROR,
Dprocess_component_build.ts163 LogType,
353 type: LogType.ERROR,
517 type: LogType.ERROR,
682 type: LogType.ERROR,
1701 type: LogType.ERROR,
1722 type: LogType.ERROR,
1954 type: LogType.ERROR,
2455 type: LogType.WARN,
2500 type: LogType.ERROR,
2982 type: LogType.ERROR,
[all …]
Dprocess_import.ts63 LogType,
699 type: LogType.ERROR,
724 type: LogType.WARN,
/developtools/hdc/hdc_rust/src/
Dutils.rs103 pub use hilog_rust::{hilog, HiLogLabel, LogType};
109 log_type: LogType::LogCore,