From f339d8ffc10d99cd1448d133f84641c94cd88d4e Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:36:40 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=204:=20The=20type=20'Logger'?= =?UTF-8?q?=20is=20not=20defined=20in=20'DigitalData.Modules.Logging.Logge?= =?UTF-8?q?r'.=20The=20closest=20match=20is=20'NLog.Logger',=20which=20pro?= =?UTF-8?q?vides=20an=20'Error'=20method=20matching=20the=20usage.=20The?= =?UTF-8?q?=20import=20is=20updated=20to=20use=20NLog.=E2=80=9C=20in=20Dat?= =?UTF-8?q?ei=20=E2=80=9EEncryption\Compression.vb=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 49ce63d9..c7457666 100644 --- a/Encryption/Compression.vb +++ b/Encryption/Compression.vb @@ -1,7 +1,7 @@ Imports System.IO Imports System.IO.Compression Imports DigitalData.Modules.Logging -Imports DigitalData.Modules.Logging.Logger +Imports NLog Public Class Compression Private ReadOnly _logger As Logger