# | Line 19 | Line 19 | namespace RomCheater.Logging | |
---|---|---|
19 | //Logging.Properties.Settings.Default; | |
20 | try { AppName = Assembly.GetEntryAssembly().GetName().Name; } | |
21 | catch (Exception) { try { AppName = Assembly.GetCallingAssembly().GetName().Name; } | |
22 | < | catch (Exception) { try { AppName = Assembly.GetCallingAssembly().GetName().Name; } |
22 | > | catch (Exception) { try { AppName = Assembly.GetExecutingAssembly().GetName().Name; } |
23 | catch (Exception) { AppName = DEFAULT_APP_NAME; } } } | |
24 | } | |
25 | #region Application Constants |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |