33 |
|
|
34 |
public static readonly ILog ATSAdminInstallerLog = LogManager.GetLogger("AnywhereTS.ATSAmdin.Installer"); |
public static readonly ILog ATSAdminInstallerLog = LogManager.GetLogger("AnywhereTS.ATSAmdin.Installer"); |
35 |
public static readonly ILog TSControlPanelInstallerLog = LogManager.GetLogger("AnywhereTS.TSControlPanel.Installer"); |
public static readonly ILog TSControlPanelInstallerLog = LogManager.GetLogger("AnywhereTS.TSControlPanel.Installer"); |
|
#endregion |
|
36 |
|
|
37 |
|
public static readonly ILog WizardLog = LogManager.GetLogger("AnywhereTS.Wizard"); |
38 |
|
public static readonly ILog DefaultLog = LogManager.GetLogger("AnywhereTS.DefaultLogger"); |
39 |
|
|
40 |
|
#endregion |
41 |
|
|
42 |
|
public static void UpdateLogPath() |
43 |
|
{ |
44 |
|
string path = typeof(Logging).Assembly.Location.ToLower().Replace(@"\AnywhereTS.Logging.dll".ToLower(), ""); |
45 |
|
Logging.UpdateLogPath(path); |
46 |
|
} |
47 |
public static void UpdateLogPath(string path) { Logging.SetLogPath(path); } |
public static void UpdateLogPath(string path) { Logging.SetLogPath(path); } |
48 |
|
|
49 |
private static void SetLogPath(string path) |
private static void SetLogPath(string path) |