jj: License Module
This commit is contained in:
@@ -26,7 +26,7 @@ Public Class WindowsService
|
||||
|
||||
Protected Overrides Sub OnStart(ByVal args As String())
|
||||
Try
|
||||
_logConfig = New LogConfig(LogConfig.PathType.CustomPath, "E:\EDMService")
|
||||
_logConfig = New LogConfig(LogConfig.PathType.CustomPath, AppConfig.ConfigPath)
|
||||
_logger = _logConfig.GetLogger()
|
||||
|
||||
_logger.Info("Service {0} is starting", SERVICE_DISPLAY_NAME)
|
||||
|
||||
Reference in New Issue
Block a user