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
However, my code won't compile as my compiler can't find a reference to ConsoleOutLoggerFactoryAdapter. I've installed the added the Commons.Logging and Commons.Logging.Core packages as dependencies so I think I'm on the right track. Using version 3.4.1 of both packages. This is for a .NET core app that I'm working on in case that makes a difference.
Can anyone help point out what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
I believe its not available for the .NET Core apps as I don't see it. There is an adapter for the Debug window (Visual Studio output tab) but the Console isn't there.
Hello,
I'm trying to setup a basic logger, pretty much identical to what is covered in this example:
https://github.com/net-commons/common-logging/blob/master/examples/BasicLogging/Program.cs
However, my code won't compile as my compiler can't find a reference to
ConsoleOutLoggerFactoryAdapter
. I've installed the added the Commons.Logging and Commons.Logging.Core packages as dependencies so I think I'm on the right track. Using version 3.4.1 of both packages. This is for a .NET core app that I'm working on in case that makes a difference.Can anyone help point out what I might be doing wrong?
The text was updated successfully, but these errors were encountered: