log fix
This commit is contained in:
parent
cd93f7fd4a
commit
6ed517f0b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue