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

@@ -404,7 +404,7 @@ Public Class frmConfig_Basic
End Sub
Private Sub btnopenlog_Click(sender As Object, e As EventArgs) Handles btnopenlog.Click
Process.Start(ClassLogger.DateiSpeicherort)
Process.Start(LOGCONFIG.LogDirectory)
End Sub
Private Sub btnApplicationFolder_Click(sender As Object, e As EventArgs) Handles btnApplicationFolder.Click
Process.Start(Application.UserAppDataPath())