Hi all,

sorry that my response took so much time, but you all know that
deadlines!

Generally this appender is useful for file based communication
with legacy applications, that you can't modify to something
more clever (like JMS, socket or database).

There are applications, which periodically search some spool
directory, take any file, process it and finally delete it.

I decided to use log4j for storing incoming sms, because it is
very flexible tool. First of all I stored them into file using
FileAppender. But then my boss decided, that each sms must be 
stored in separate file (so it can be grabbed by other processes).
My decision was to create new appender, which will place each
logging statement into separate file. And this is TempFileAppender.

The best of log4j is, that if he decides to send it over email,
JMS or store it as record in database, I can say OK and just modify
configuration file!


        Leo


Ceki Gülcü wrote:
> 
> Leos' contribution is at the bottom of this mail. It was sent directly
> to me and I have not rejected it by any means. I just don't understand
> why anyone would want use it. Anyone care to explain? Leos?
> 
> In any case, it should have been placed under the contribs/ directory of
> the log4j distribution. My fault there. Regards, Ceki
> 


-- 
-----------------------------------------------------
Leos Literak
Software Engineer

12snap s.r.o.
Pstrossova 24
110 00 Praha 1
Czech Republic

mobile: +420-605-849-087
phone:  +420-2-21-970-239
fax:    +420-2-21-970-241
e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to