AliKhalili opened a new issue, #40553:
URL: https://github.com/apache/arrow/issues/40553

   ### Describe the enhancement requested
   
   In .NET, the method `CreateLogger<T>` yields an instance of `ILogger<T>` and 
consistently generates a fresh `Logger<T>` object. On the other hand, invoking 
`CreateLogger(typeof(T))` results in a non-generic `ILogger` instance and 
defers to the factory's `CreateLogger` method, usually without creating a new 
instance.
   
   It would be beneficial to modify this behavior within the `FlightSqlServer` 
[base 
class](https://github.com/apache/arrow/blob/bad7b1af8c5bb44c433c78caed8700f96ef2b9f2/csharp/src/Apache.Arrow.Flight.Sql/FlightSqlServer.cs#L215)
 to prevent the allocation of a new logger with each request.
   
   ### Component(s)
   
   C#


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to