diff --git a/logging/Log.cs b/logging/Log.cs index c321430..2f6960d 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -36,7 +36,7 @@ N O T D O I N G : public record struct Value( T _val = default, string _exp = "" ) { - static public Value Get( T v, + static public Value Get( U v, [CallerArgumentExpression("fn")] string dbgExp = "" )