Hi Leos,

At 12:37 22.04.2001 +0200, you wrote:
>Hi all,
>
>sorry that my response took so much time, but you all know that
>deadlines!

Sure.

>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!

Talk about an unexpected use of log4j. You are using it as a communication tool. That 
is fine and very flattering but enforces my impression that the TempFileAppender is 
not a general purpose extension to log4j. However, as you have probably noticed, it is 
now under contribs/ directory in log4j 1.1b4 distribution. I am however -1 on 
including TempFileAppender in the officially maintained part of the log4j package.

If you think this is unreasonable, you can try to convince the other committers to 
vote otherwise. I am disposed to change my vote to 0, but only if you can find just 
one other committer to sustain the motion. Best regards, Ceki      




>        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]

--
Ceki Gülcü


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

Reply via email to