Release of logback version 1.0.3

Hello all, I am happy to announce the release of logback version 1.0.3. It should hit the Maven central repository within the next 24 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 Enjoy, -- Ceki http://twitter.com/#!/ceki

That's great news!! :) I have a quick question regarding immediateFlush. In the documentation of LayoutWrappingEncoder, it says that "immediate flushing is safer". Could somebody please explain how so? What specifically makes it safer? Thank you very much. CheerZ! :) On Thu, May 3, 2012 at 4:44 PM, ceki <ceki@qos.ch> wrote:
Hello all,
I am happy to announce the release of logback version 1.0.3. It should hit the Maven central repository within the next 24 hours.
Please refer to the news page for precise details of this release.
http://logback.qos.ch/news.**html <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<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<http://www.qos.ch/mailman/listinfo/announce>
Enjoy,
-- Ceki http://twitter.com/#!/ceki ______________________________**_________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/**listinfo/logback-user<http://mailman.qos.ch/mailman/listinfo/logback-user>
-- ---------------------------------------------------------- Andrzej Zadorozny (andrzej.zadorozny@gmail.com) -=[ www.andrzej.ca ]=- ---------------------------------------------------------- "Some things are true whether you believe in them or not." - Seth (City of Angels)

On 04.05.2012 01:18, Andrzej Zadorozny wrote:
That's great news!! :)
I have a quick question regarding immediateFlush. In the documentation of LayoutWrappingEncoder, it says that "immediate flushing is safer".
Could somebody please explain how so? What specifically makes it safer?
Hi Andrzej, I updated the docs. See [1] and [2]. Search for immediate flush and let us know if it answers your question. [1] http://logback.qos.ch/manual/appenders.html [2] http://logback.qos.ch/manual/encoders.html#LayoutWrappingEncoder Cheers, -- Ceki http://twitter.com/#!/ceki

Hi Ceki, that's great, thank you very much. If have a question (potentially a suggestion as well): Assuming immediateFlush would be turned off, is there a way to explicitly trigger a flush at various points of my program (ideally via the SLF4J API)? So for example in places such as catch blocks, etc... in my code I could call explicitly a flush on an SLF4J Logger that would propagate the flush to all the appenders associated with this logger, etc. What do you think? CheerZ! :) On Sat, May 5, 2012 at 5:37 AM, ceki <ceki@qos.ch> wrote:
On 04.05.2012 01:18, Andrzej Zadorozny wrote:
That's great news!! :)
I have a quick question regarding immediateFlush. In the documentation of LayoutWrappingEncoder, it says that "immediate flushing is safer".
Could somebody please explain how so? What specifically makes it safer?
Hi Andrzej,
I updated the docs. See [1] and [2]. Search for immediate flush and let us know if it answers your question.
[1] http://logback.qos.ch/manual/**appenders.html<http://logback.qos.ch/manual/appenders.html> [2] http://logback.qos.ch/manual/**encoders.html#**LayoutWrappingEncoder<http://logback.qos.ch/manual/encoders.html#LayoutWrappingEncoder>
Cheers,
-- Ceki http://twitter.com/#!/ceki ______________________________**_________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/**listinfo/logback-user<http://mailman.qos.ch/mailman/listinfo/logback-user>
-- Andrzej Zadorozny
participants (2)
-
Andrzej Zadorozny
-
ceki