Hi, I am working to extend the operational logging framework to apply to 0-10 code path as well. In doing so I would like to: - modify the LogSubject toString method to read toLogString so I can implement the interface in the 0-10 objects - log via a generic actor as the current actor model is generating a log subject which is pre 0-10 specific - implement the LogSubject interface in 0-10 objects (eg ServerSession, Subscription_0_10, ServerConnection, etc) in order to log CON,SUB,CHN type operational log messages, the rest of the messages remain as they are. - the logging to be done via a custom instance of the generic actor using the messages generated from the object itself - add the necessary to the test suite to address the new changes
Any suggestions,/objections/ideas on the above would be greatly appreciated Thanks, -- Sorin S --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
