From 2d8801c1798c67ca94aca2c6a0d4dcd52f6d2dff Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:33:39 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=203:=20Added=20an=20import?= =?UTF-8?q?=20for=20the=20Logger=20type=20to=20resolve=20the=20BC30002=20e?= =?UTF-8?q?rror,=20as=20Logger=20is=20not=20defined=20in=20the=20current?= =?UTF-8?q?=20context.=20This=20assumes=20Logger=20is=20a=20type=20within?= =?UTF-8?q?=20the=20DigitalData.Modules.Logging=20namespace=20or=20its=20s?= =?UTF-8?q?ub-namespaces.=E2=80=9C=20in=20Datei=20=E2=80=9EBase\WindowsEx.?= =?UTF-8?q?vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/WindowsEx.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/WindowsEx.vb b/Base/WindowsEx.vb index 079b28c6..0a6d6e3e 100644 --- a/Base/WindowsEx.vb +++ b/Base/WindowsEx.vb @@ -1,6 +1,7 @@ Imports System.ComponentModel Imports System.Runtime.InteropServices Imports DigitalData.Modules.Logging +Imports DigitalData.Modules.Logging.Logger Imports DigitalData.Modules.Logging.Config Imports DigitalData.Modules.Base.NativeMethods