jjchiw / gelf4net

GELF log4net Appender - graylog2
MIT License
63 stars 59 forks source link

Update default.ps1 #12

Closed plemanach closed 11 years ago

plemanach commented 11 years ago

Hi,

This specific version [1.2.10] prevent the use of gelf4net with newer version of log4net, I tested it with the latest version of log4net and it worked fine.

So right now when we want install gelf4net package we have to downgrade log4net package to 1.2.10.

Regards,

Patrice

micahlmartin commented 11 years ago

Check out the package on nuget: http://www.nuget.org/packages/Gelf4Net/. The package versions correspond to log4net versions. If you want to use the 1.2.11 version of log4net you can install the 1.2.11.8 (latest version) of the gelf4net package.

On Thu, Aug 1, 2013 at 1:14 PM, plemanach notifications@github.com wrote:

Hi,

This specific version [1.2.10] prevent the use of gelf4net with newer version of log4net, I tested it with the latest version of log4net and it worked fine.

So right now when we want install gelf4net package we have to downgrade log4net package to 1.2.10.

Regards,

Patrice

You can merge this Pull Request by running

git pull https://github.com/plemanach/gelf4net master

Or view, comment on, or merge it at:

https://github.com/jjchiw/gelf4net/pull/12 Commit Summary

  • Update default.ps1

File Changes

  • M default.ps1https://github.com/jjchiw/gelf4net/pull/12/files#diff-0(2)

Patch Links:

plemanach commented 11 years ago

I did use the version 1.2.11.8 but the lastest log4net package version seem to be 2.0.0 not 1.2.11 :

<?xml version="1.0"?>

log4net 2.0.0 log4net [1.2.11] Apache Software Foundation Apache Software Foundation http://logging.apache.org/log4net/license.html http://logging.apache.org/log4net/ false ........

so I get an error Already referencing a newer version of log4net.

Could you release a new version ?

I also made some changes on the AMQP connectivity.

Best Regards,

Patrice

Date: Thu, 1 Aug 2013 11:14:15 -0700 From: notifications@github.com To: gelf4net@noreply.github.com CC: plemanach@hotmail.com Subject: Re: [gelf4net] Update default.ps1 (#12)

Check out the package on nuget: http://www.nuget.org/packages/Gelf4Net/.

The package versions correspond to log4net versions. If you want to use the

1.2.11 version of log4net you can install the 1.2.11.8 (latest version) of

the gelf4net package.

On Thu, Aug 1, 2013 at 1:14 PM, plemanach notifications@github.com wrote:

Hi,

This specific version [1.2.10] prevent the use of gelf4net with newer

version of log4net, I tested it with the latest version of log4net and it

worked fine.

So right now when we want install gelf4net package we have to downgrade

log4net package to 1.2.10.

Regards,

Patrice


You can merge this Pull Request by running

git pull https://github.com/plemanach/gelf4net master

Or view, comment on, or merge it at:

https://github.com/jjchiw/gelf4net/pull/12

Commit Summary

  • Update default.ps1

File Changes

  • M default.ps1https://github.com/jjchiw/gelf4net/pull/12/files#diff-0(2)

Patch Links:

— Reply to this email directly or view it on GitHub.