RE: RollingFileAppender but keeping some data

2009-12-11 Thread Geir.Ovsttun
Tobias, I my opinion what you are doing is maybe mixing two issues that should be kept separate: The generation of events The storages of such events in an underlying storage mechanism The operational use of events in a GUI Maybe you should consider using a database ap

Combining log4j and log4net

2008-05-13 Thread Geir.Ovsttun
Hi, We have an application set consisting of both java and .net applications. Is it possible to have separate log4j and log4net instrumented applications simultaniously writing to the same text log file or to the ip port ? /Geir ** The