Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ConsoleOutLoggerFactoryAdapter? #163

Open
brianmarco opened this issue Dec 11, 2017 · 3 comments
Open

Missing ConsoleOutLoggerFactoryAdapter? #163

brianmarco opened this issue Dec 11, 2017 · 3 comments

Comments

@brianmarco
Copy link

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?

@alighanem
Copy link

Same problem. I think the console adapter has not been integrated to this version. It was in the version 3.3.1.

@gWessel
Copy link

gWessel commented Mar 7, 2018

The TraceLoggerFactoryAdapter is also missing in 3.4.1

@spankr
Copy link

spankr commented Sep 4, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants