Home
last modified time | relevance | path

Searched refs:m_aDebug (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java160 private static Logger m_aDebug; field in FCFGSplit
289 m_aDebug = new Logger(nLevel); in main()
296 m_aDebug.setException(exCfgLoad); in main()
305m_aDebug.setError("The specified xml file \""+aXMLFile.getPath()+"\" does not exist or seems not t… in main()
312m_aDebug.setError("The specified directory \""+aOutDir.getPath()+"\" does not exist or seems not t… in main()
318 m_aDebug.setError("The specified xml format for input is not supported."); in main()
324 m_aDebug.setError("The specified xml format for output is not supported."); in main()
330 m_aDebug.setGlobalInfo("loading xml file \""+aXMLFile.getPath()+"\" ..."); in main()
332 Cache aCache = new Cache(m_aDebug); in main()
339 m_aDebug.setException(exLoad); in main()
[all …]
H A DSplitter.java91 m_aDataSet.m_aDebug.setGlobalInfo("generate type fragments ..."); in split()
99 m_aDataSet.m_aDebug.setGlobalInfo("generate filter fragments ..."); in split()
100 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module writer ..."); in split()
110 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module writer/web ..."); in split()
119 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module writer/global ..."); in split()
128 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module calc ..."); in split()
137 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module draw ..."); in split()
146 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module impress ..."); in split()
155 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module chart ..."); in split()
164 m_aDataSet.m_aDebug.setGlobalInfo("\tfor module math ..."); in split()
[all …]
H A DSplitterData.java42 public Logger m_aDebug; field in SplitterData
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java236 private Logger m_aDebug; field in Cache
250 m_aDebug = aDebug; in Cache()
265 m_aDebug = new Logger(); in reset()
444m_aDebug.setDetailedInfo("type [\""+sChildName+"\"] converted to internal format"); in fromXML()
451m_aDebug.setDetailedInfo("filter [\""+sChildName+"\"] converted to internal format"); in fromXML()
458m_aDebug.setDetailedInfo("detect service [\""+sChildName+"\"] converted to internal format"); in fromXML()
465m_aDebug.setDetailedInfo("frame loader [\""+sChildName+"\"] converted to internal format"); in fromXML()
472m_aDebug.setDetailedInfo("content handler [\""+sChildName+"\"] converted to internal format"); in fromXML()
476 m_aDebug.setDetailedInfo("props = "+aTempSet); in fromXML()
1593 m_aDebug.setDetailedInfo(sBuffer.toString()); in getMatchedItemNames()
[all …]