This 'log' class servers as a common location for capturing error and warning messages that are captured during the conversion process. They are accumulated and then added to the output xml file at the end.
Ejemplo n.º 1
0
		/// <summary>
		/// Constructor requires a file name
		/// </summary>
		/// <param name="filename"></param>
		public ByteReader(string filename, ref ClsLog Log)
		{
			m_Log = Log;
			Init(filename);
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor requires a file name
 /// </summary>
 /// <param name="filename"></param>
 public ByteReader(string filename, ref ClsLog Log)
 {
     m_Log = Log;
     Init(filename);
 }