To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103030
User fs changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jul 20 10:41:51 +0000
2009 -------
looks good in CWS (tried with logging the configuration manager implementation).
There'd be more features to desire, though ... For instance, this feature would
become invaluable in performance logging if it would work transitively. That is,
at the moment only components created via a component_getFactory of a component
library can be logged. Now if this component returns other components, those are
not logged. "Transitive" logging would mean that all such components, and
components returned by those, and so on, are logged, too.
A use case for this would be performance logging of a database driver: At the
moment, only the driver itself can be logged with this new mechanism. However,
for a DB driver, "secondary" components, such as statements, result sets, meta
data, are much more interesting than the driver itself. So, if the logging were
transitive, all those secondary components would be captured automatically -
which would be a great benefit.
Another improvement I could imagine would be to trace the OID of the involved
interface. This would show the identify of the object at which the method is
called, and allow better analysis of the log data.
However, those are future tasks, I suppose.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]