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/Form1.cs (file contents), Revision 12 by william, Thu Mar 7 05:48:51 2013 UTC vs.
trunk/xmltv_parser/main.cs (file contents), Revision 13 by william, Thu Mar 7 07:58:47 2013 UTC

# Line 6 | Line 6 | using System.Drawing;
6   using System.Text;
7   using System.Windows.Forms;
8   using libxmltv.Core;
9 + using Enterprise.Logging;
10  
11   namespace xmltv_parser
12   {
13 <    public partial class Form1 : Form
13 >    public partial class main : Form
14      {
15 <        public Form1()
15 >        public main()
16          {
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");
22          }
23  
24          private void Form1_Load(object sender, EventArgs e)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines