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

.NET Standard 1.x #5

Closed
anton-bannerflow opened this issue Mar 1, 2017 · 4 comments
Closed

.NET Standard 1.x #5

anton-bannerflow opened this issue Mar 1, 2017 · 4 comments

Comments

@anton-bannerflow
Copy link

@anton-bannerflow anton-bannerflow commented Mar 1, 2017

Hi guys,
Could you please add support of .NET Standard 1.x?
It would be very useful for those who want to use Loggly on Linux from .net

@mostlyjason
Copy link

@mostlyjason mostlyjason commented Mar 1, 2017

This is a great suggestion! Leaving this issue open to see if other customers want this support as well.

@mhsmith01
Copy link

@mhsmith01 mhsmith01 commented Oct 31, 2017

+1 on the request. Found some work arounds on config loading given new AppSettings.json with projects but the main blocker has been with LogicalThreadContext:

log4net:ERROR [LogglyAppender] ErrorCode: GenericFailure. Failed in DoAppend
System.TypeLoadException: Could not load type 'log4net.LogicalThreadContext' from assembly 'log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a'.
at log4net.loggly.LogglyFormatter.PreParse(LoggingEvent loggingEvent)
at log4net.loggly.LogglyFormatter.ToJson(LoggingEvent loggingEvent)
at log4net.loggly.LogglyAppender.SendLogAction(LoggingEvent loggingEvent)
at log4net.loggly.LogglyAppender.Append(LoggingEvent loggingEvent)
at log4net.Appender.AppenderSkeleton.DoAppend(LoggingEvent loggingEvent)

Some context on others impacted: https://stackoverflow.com/questions/6939037/log4net-logicalthreadcontext-not-working

@peader
Copy link

@peader peader commented Mar 19, 2018

+1 on support for net standard

@Shwetajain148
Copy link

@Shwetajain148 Shwetajain148 commented Sep 24, 2018

Hey everyone! The .NET Standard 2.0 support has been added in the library. Please refer the related PR- #18 and nuget update here.

Closing this issue.

Thanks!

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

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.