Refinitiv / Real-Time-SDK

Other
186 stars 129 forks source link

EMA C#: LoggerClient is overriding NLOG config #257

Closed michalk-gc closed 5 months ago

michalk-gc commented 10 months ago

Please refrain from configuring NLOG directly or better abstract away the logging. Our organization is using NLOG widely so for any application that's supposed to use both NLOG and EMA, you are overriding NLOG config and app logging stops working.

See CSharp/Ema/Src/Core/Access/LoggerClient.cs, line 117. LogManager.Configuration = LoggingConf;

L-Karchevska commented 10 months ago

@michalk-gc Thank you for submitting your request. We created an internal Jira to address it.

vlevendel commented 5 months ago

RTSDK 2.2.0.L1 addresses this issue. Please let us know if you have further concerns. Closing.