Arebis.Logging.GrayLog icon indicating copy to clipboard operation
Arebis.Logging.GrayLog copied to clipboard

.net 4.0

Open springcode opened this issue 9 years ago • 2 comments

Is it possible to have a 4.0 build for this?

springcode avatar Apr 28 '16 22:04 springcode

Hi!

Thanks for your interest!

Unfortunately, I don't have the resources to provide and maintain several Framework-bound versions of my libraries as I barely have time to publish and keep up to date a single version of my libraries. I'm sorry.

But you can easily create a version yourself. The code was initially released on:

https://github.com/codetuner/Arebis.Logging.GrayLog

But newer versions will be maintained on:

https://github.com/codetuner/Arebis.Common/tree/master/Arebis.Logging.GrayLog

Feel free to branch the latter library and make your own version. Or just download the code and rebuild locally for the .NET 4.0 framework.

There is a small compatibility issue with the GZipStream class which does support a CompressionLevel parameter in .NET 4.5 but not in .NET 4. And as I wanted to provide this feature, I had to build towards .NET 4.5. But it is absolutely not an essential feature. If you build agains .NET 4.0 you will have to do small and obvious code changes for this, but you should not encouter real problems.

Kind regards

Rudi Breedenraedt


From: springcode [email protected] Sent: 29 April 2016 00:28 To: codetuner/Arebis.Logging.GrayLog Subject: [codetuner/Arebis.Logging.GrayLog] .net 4.0 (#1)

Is it possible to have a 4.0 build for this?

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/codetuner/Arebis.Logging.GrayLog/issues/1

codetuner avatar Apr 29 '16 09:04 codetuner

Hi

Thanks for the quick response. I took the source and downgraded the compression code to 4.0 and all works fine :-)

Many Thanks

On 29 Apr 2016, at 10:20, codetuner [email protected] wrote:

Hi!

Thanks for your interest!

Unfortunately, I don't have the resources to provide and maintain several Framework-bound versions of my libraries as I barely have time to publish and keep up to date a single version of my libraries. I'm sorry.

But you can easily create a version yourself. The code was initially released on:

https://github.com/codetuner/Arebis.Logging.GrayLog

But newer versions will be maintained on:

https://github.com/codetuner/Arebis.Common/tree/master/Arebis.Logging.GrayLog

Feel free to branch the latter library and make your own version. Or just download the code and rebuild locally for the .NET 4.0 framework.

There is a small compatibility issue with the GZipStream class which does support a CompressionLevel parameter in .NET 4.5 but not in .NET 4. And as I wanted to provide this feature, I had to build towards .NET 4.5. But it is absolutely not an essential feature. If you build agains .NET 4.0 you will have to do small and obvious code changes for this, but you should not encouter real problems.

Kind regards

Rudi Breedenraedt


From: springcode [email protected] Sent: 29 April 2016 00:28 To: codetuner/Arebis.Logging.GrayLog Subject: [codetuner/Arebis.Logging.GrayLog] .net 4.0 (#1)

Is it possible to have a 4.0 build for this?

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/codetuner/Arebis.Logging.GrayLog/issues/1 — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/codetuner/Arebis.Logging.GrayLog/issues/1#issuecomment-215666769

springcode avatar Apr 29 '16 09:04 springcode