Re: RemoteLogging and HttpAppender for LogBack (Klaus Unger)

Hello Greg, thanks for your reply, but unfortunately NO, this is not what I'm looking for. I want to forward my logging-event via HTTP to a remote Logging Server. Kind regards K:) Unger
There is an HTML layout described near the end of the documentation on Layouts at http://logback.qos.ch/manual/layouts.html#ClassicHTMLLayout.
Is that what you are looking for?
Greg Case
On 7/23/07, Unger Klaus <K.Unger2@mobilkom.at> wrote:
Hello everybody!
Thanks so far for the outstanding job with logback.
Today I have just a simple question regarding remote logging and Appenders.
Is there a reason why there is no HttpAppender provided or is there such a contribution available!
We are thinking to build our RemoteLogging Server based on HTTP.
I've found the plain SocketAppender and the SampleServer implementation in the Samples section.
Is there any kind of a production level implementation of the Socket-based Logging Server available, e.g. commercial product?
Thank you for a short answer!
KJ Unger
PS: any news about Bug-57 (JDBC-generatedKeys) - we are desperately waiting for news - Thx.
Klaus Unger Informationstechnologie CRM Development
Mobil: +43 664 4236046 Tel.: +43 1 331 61 2643 E-Mail: k.unger2@mobilkom.at
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user

Hi Unger, Do you mean as a web-service? That could be done with relative ease but it would be "costly" in terms of throughput. I think one could manage to send a hundred or so messages per second, instead of about ten thousand using SocketAppender. Or do you mean something different by HttpAppender? Unger Klaus wrote:
Hello Greg,
thanks for your reply, but unfortunately NO, this is not what I'm looking for. I want to forward my logging-event via HTTP to a remote Logging Server.
Kind regards K:) Unger
There is an HTML layout described near the end of the documentation on Layouts at http://logback.qos.ch/manual/layouts.html#ClassicHTMLLayout.
Is that what you are looking for?
Greg Case
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch
participants (2)
-
Ceki Gulcu
-
Unger Klaus