Searched refs:buildTag (Results 1 – 3 of 3) sorted by relevance
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()99 public static String buildTag(LogType logType) { in buildTag() method in LogType
290 let tagElement = this.buildTag(domainValue);306 private buildTag(domainValue: string): HTMLDivElement { method in TabPaneHisysEvents325 let tagElement = this.buildTag(eventNameValue);
86 const tagElement = tabPaneHisysEvents.buildTag(domainValue);