You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to use any other logging framework than NLog right now. The logger should be injected using standard ILogger and ILoggerFactory interfaces. That would remove the strong dependency between NLog and Cybersource Rest Client.
It is not possible to use any other logging framework than NLog right now. The logger should be injected using standard ILogger and ILoggerFactory interfaces. That would remove the strong dependency between NLog and Cybersource Rest Client.
Example of coupling below:
The text was updated successfully, but these errors were encountered: