artlantis / log4js-ext

Automatically exported from code.google.com/p/log4js-ext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: add remote logging support for log4js and slf4j

GoogleCodeExporter opened this issue · comments

Would be nice to be able to send logs to the server so that we can trace 
complex operations in a uniform way.

Using DirectJNgine might be a good idea, as we will get batching support and 
all Direct goodies.

Having correct timestamps is a must for development-time tracing. Consistent 
timestamps can be guaranteed when client and server are in the same machine.

Original issue reported on code.google.com by pagullo....@gmail.com on 13 Jul 2012 at 5:47

Original comment by pagullo....@gmail.com on 13 Jul 2012 at 5:48

  • Added labels: Priority-High
Probably implemented after version 1.1. While this is important functionality, 
we need to add Java to the project and dig into log4j and slf4j integration.

Original comment by pagullo....@gmail.com on 13 Jul 2012 at 5:52

Added type

Original comment by pagullo....@gmail.com on 13 Jul 2012 at 9:01

  • Added labels: Type-Enhancement
[deleted comment]
[deleted comment]
Implemented remoting support

Original comment by pagullo....@gmail.com on 20 Mar 2013 at 7:16

  • Changed state: Done