From d2da8c6594ad64f37cadc4d3cb4ae0f5964d73f0 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:39:45 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=207:=20Specify=20'NLog.Logge?= =?UTF-8?q?r'=20explicitly=20to=20resolve=20the=20ambiguity=20between=20'L?= =?UTF-8?q?ogger'=20in=20'DigitalData.Modules.Logging'=20and=20'NLog'.?= =?UTF-8?q?=E2=80=9C=20in=20Datei=20=E2=80=9EEncryption\Compression.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Encryption/Compression.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Encryption/Compression.vb b/Encryption/Compression.vb index c7457666..622cbb5f 100644 --- a/Encryption/Compression.vb +++ b/Encryption/Compression.vb @@ -4,7 +4,7 @@ Imports DigitalData.Modules.Logging Imports NLog Public Class Compression - Private ReadOnly _logger As Logger + Private ReadOnly _logger As NLog.Logger Public Sub New(LogConfig As LogConfig) _logger = LogConfig.GetLogger()