Hi log4j-dev,

   i'm using log4j in my projects for a year i think and i'm really
   happy with the functionality of log4j.

   Now in my new project i got a new requirement: i have to send a
   log-message to a special receiver and i need to get a
   acknowledgement before doing some actions. If the acknowledgement
   fails to appear after a small amount of time my application has to
   perform some error handling.

   I think that log4j - or in general a logging system - is not
   intended to give feedback to the calling object that the log-event
   has been logged but this or something similar i need.
   I only have a small amount of messages that need a acknowledge.

   now my question: would it be a good choice to create a logger with
   callback fuctionality and use it within log4j or should i better
   write my own implementation?

   Thanks for hints.
   
regards,
 Marcel
-- 


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

Reply via email to