ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/xmltv_parser/main.cs
(Generate patch)

Comparing trunk/xmltv_parser/main.cs (file contents):
Revision 13 by william, Thu Mar 7 07:58:47 2013 UTC vs.
Revision 14 by william, Thu Mar 7 09:05:18 2013 UTC

# Line 17 | Line 17 | namespace xmltv_parser
17              InitializeComponent();
18              string log_path = Application.StartupPath;
19              string log_filename = string.Format("{0}.log", typeof(main).Assembly.GetName().Name);
20 <            gLog.Initialize(string.Format(@"{0}\{1}", log_path, log_filename), false, LogLevel.kLogLevel_All);
21 <            //gLog.Info.WriteLine("main");
20 >            gLog.Initialize(string.Format(@"{0}\{1}", log_path, log_filename), false, LogLevel.kLogLevel_All);            
21          }
22  
23          private void Form1_Load(object sender, EventArgs e)
# Line 27 | Line 26 | namespace xmltv_parser
26          }
27          private void Form1_Shown(object sender, EventArgs e)
28          {
29 +            gLog.Log.Debug.WriteLine("Logged from main");
30              var xmltv = XMLTV.CreateLoader("20130307_continuum_schedule.xml");
31              //XMLTV.Test(xmltv);
32          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines