change skin to default, use new logger

This commit is contained in:
Jonathan Jenne
2020-05-20 14:39:10 +02:00
parent 2c2329a7db
commit 36720bfe77
5 changed files with 111 additions and 98 deletions

View File

@@ -9,7 +9,7 @@ Public Class ClassInit
Public _database As MSSQLServer
Public Sub InitLogger()
LogConfig = New LogConfig(LogConfig.PathType.AppData)
LogConfig = New LogConfig(LogConfig.PathType.AppData, Nothing, Nothing, Application.CompanyName, Application.ProductName)
Logger = LogConfig.GetLogger()
End Sub
Public Function InitDatabase()