
Hello all, I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours. Please refer to the news page for precise details of this release. http://logback.qos.ch/news.html You can download logback, including full source code, class files and documentation on our download page, shown below. http://logback.qos.ch/download.html You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL. http://www.qos.ch/mailman/listinfo/announce You may also receive announcements via twitter via the following account: https://twitter.com/qos_ch Enjoy, -- Ceki Gülcü

Ooops. Wrong mailing list. Sorry about that. On 15.03.2013 18:20, Ceki Gülcü wrote:
Hello all,
I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.html
You can download logback, including full source code, class files and documentation on our download page, shown below.
http://logback.qos.ch/download.html
You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL.
http://www.qos.ch/mailman/listinfo/announce
You may also receive announcements via twitter via the following account:
Enjoy, -- Ceki Gülcü
-- Ceki 65% of statistics are made up on the spot

Although OK I was under time pressure I was not even drunk when I sent these announcement messages. On 15.03.2013 19:35, ceki wrote:
Ooops. Wrong mailing list. Sorry about that.
On 15.03.2013 18:20, Ceki Gülcü wrote:
Hello all,
I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.html
You can download logback, including full source code, class files and documentation on our download page, shown below.
http://logback.qos.ch/download.html
You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL.
http://www.qos.ch/mailman/listinfo/announce
You may also receive announcements via twitter via the following account:
Enjoy, -- Ceki Gülcü
-- Ceki 65% of statistics are made up on the spot

So really, it is version 1.0.10 ! Le 15/03/2013 22:20, ceki a écrit :
Although OK I was under time pressure I was not even drunk when I sent these announcement messages.
On 15.03.2013 19:35, ceki wrote:
Ooops. Wrong mailing list. Sorry about that.
On 15.03.2013 18:20, Ceki Gülcü wrote:
Hello all,
I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.html
You can download logback, including full source code, class files and documentation on our download page, shown below.
http://logback.qos.ch/download.html
You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL.
http://www.qos.ch/mailman/listinfo/announce
You may also receive announcements via twitter via the following account:
Enjoy, -- Ceki Gülcü

Hi, this is a bit out of topic, but can you enlighten me on this : "The logger cache field in |LoggerContext| now uses a |ConcurrentHashMap| instead of a regular |HashMap|. This dramatically improves the speed of logger retrieval" I would have thought ConcurrentHashMap to be less efficient than plain HashMap... Franck Le 15/03/2013 18:20, Ceki Gülcü a écrit :
Hello all,
I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.html
You can download logback, including full source code, class files and documentation on our download page, shown below.
http://logback.qos.ch/download.html
You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL.
http://www.qos.ch/mailman/listinfo/announce
You may also receive announcements via twitter via the following account:
Enjoy, -- Ceki Gülcü _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user

After just thinking a bit about it, I guess the HashMap was synchronized... so then ConcurrentHashMap is quicker. Franck Le 17/03/2013 13:20, Franck Routier a écrit :
Hi,
this is a bit out of topic, but can you enlighten me on this :
"The logger cache field in |LoggerContext| now uses a |ConcurrentHashMap| instead of a regular |HashMap|. This dramatically improves the speed of logger retrieval"
I would have thought ConcurrentHashMap to be less efficient than plain HashMap...
Franck
Le 15/03/2013 18:20, Ceki Gülcü a écrit :
Hello all,
I am happy to announce the release of logback version 1.0.10. It should hit the Maven central repository within the next 2 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.html
You can download logback, including full source code, class files and documentation on our download page, shown below.
http://logback.qos.ch/download.html
You can receive logback related announcements by subscribing to the QOS.ch announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL.
http://www.qos.ch/mailman/listinfo/announce
You may also receive announcements via twitter via the following account:
Enjoy, -- Ceki Gülcü _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
participants (3)
-
ceki
-
Ceki Gülcü
-
Franck Routier