From 6ed517f0b042998c9f88f4274cc0a04e50afee64 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 16 May 2024 17:40:46 +0200 Subject: [PATCH] log fix --- TIAMSharedUI/Pages/Components/InputWizard.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TIAMSharedUI/Pages/Components/InputWizard.razor.cs b/TIAMSharedUI/Pages/Components/InputWizard.razor.cs index ea9ae3c9..d5450ecb 100644 --- a/TIAMSharedUI/Pages/Components/InputWizard.razor.cs +++ b/TIAMSharedUI/Pages/Components/InputWizard.razor.cs @@ -155,8 +155,8 @@ namespace TIAMSharedUI.Pages.Components var access = Expression.Property(Expression.Constant(Data), property.Name); //the following line creates a lambda expression that returns the value of the property var lambda = Expression.Lambda(typeof(Func<>).MakeGenericType(property.PropertyType), access); - - BrowserConsoleLogWriter.Info($"{property.Name}, {property.GetType().FullName}"); + + _logger.Detail($"{property.Name}, {property.GetType().FullName}"); _logger.Detail(lambda.ToString()); layoutItemBuilder.OpenElement(i++, "div");//open div