MS Version 2.4.9.0

Buttons, Nicht zuständig
This commit is contained in:
2024-07-05 13:21:25 +02:00
parent 4660e8ee9a
commit 4a93b2e6fe
16 changed files with 985 additions and 297 deletions

View File

@@ -16,12 +16,12 @@ Public Class ClassInit
Dim oLocalUserAppDataPath As String = Application.LocalUserAppDataPath
LOGCONFIG = New LogConfig(LogConfig.PathType.CustomPath,
oLocalUserAppDataPath & "\Log",
Nothing,
My.Settings.UserConfig_Prefix,
My.Application.Info.CompanyName,
My.Application.Info.ProductName)
LOGGER = LOGCONFIG.GetLogger("ProcessManager")
LOGGER = LOGCONFIG.GetLogger("taskFLOW")
LOGGER.Info("## ProcessManager started - {0}", Now)
LOGGER.Info("## taskFLOW started - {0}", Now)
Try
Dim directory As New IO.DirectoryInfo(Application.LocalUserAppDataPath & "\Log")