fix LogConfig call, missing ClipboardWatcher ref

This commit is contained in:
Jonathan Jenne
2020-07-29 10:40:18 +02:00
parent e064cdd7eb
commit 8918746f48
4 changed files with 6 additions and 253 deletions

View File

@@ -18,8 +18,9 @@ Namespace My
Private _BaseMachineConfigPath As String = Windows.Forms.Application.CommonAppDataPath
Public Sub App_Startup() Handles Me.Startup
Dim oLogConfig As New LogConfig(PathType.AppData)
oLogConfig.Debug = True
Dim oLogConfig As New LogConfig(LogPath:=PathType.AppData, CompanyName:="Digital Data", ProductName:="ZooFlow") With {
.Debug = True
}
' System Config files like Service Url will be saved in %LocalAppdata% so they will remain on the machine
Dim oSystemConfigManager As New ConfigManager(Of ClassConfig)(oLogConfig,