Remove ClassLogger and replace with Logging Module

This commit is contained in:
Jonathan Jenne
2021-09-23 12:10:47 +02:00
parent 27294faa13
commit e81f2f0878
5 changed files with 4 additions and 224 deletions

View File

@@ -9,7 +9,6 @@ Imports DLLLicenseManager
Public Class ClassInit
Public Sub InitLogger()
ClassLogger.Init("", Environment.UserName)
LOGCONFIG = New LogConfig(LogConfig.PathType.AppData, Nothing, Nothing,
CompanyName:=My.Application.Info.CompanyName,
ProductName:=My.Application.Info.ProductName)