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

Comparing trunk/RomCheater.Logging/logger.cs (file contents):
Revision 81 by william, Wed May 9 16:35:07 2012 UTC vs.
Revision 82 by william, Wed May 9 17:48:05 2012 UTC

# Line 99 | Line 99 | namespace RomCheater.Logging
99                              try
100                              {
101                                  lw = (LogWriter)prop.GetValue(null, null);
102 +                                lh = new logwriter(lw);
103                                  break;
104                              }
105                              catch (Exception)
# Line 106 | Line 107 | namespace RomCheater.Logging
107                                  throw;
108                              }
109                          }
110 <                    }
110 <                    lh = new logwriter(lw);
111 <                    break;
110 >                    }                    
111                  }
112              }
113          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines