MS Loggername changed

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-17 12:00:50 +02:00
parent 02a5baa2a6
commit 379a36fba2
19 changed files with 668 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ Imports NLog.Targets
''' LogPath, String (readonly)
''' Debug, Boolean
''' </summary>
Public Class Logger
Public Class LogConfig
Private Const KEEP_FILES_OPEN As Boolean = False
Private Const MAX_ARCHIVE_FILES_DEFAULT As Integer = 30
Private Const MAX_ARCHIVE_FILES_DEBUG_DETAIL As Integer = 1

View File

@@ -72,7 +72,7 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Logger.vb" />
<Compile Include="LogConfig.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>