http://bugzilla.moblin.org/show_bug.cgi?id=5041
--- Comment #9 from yongsheng zhu <[email protected]> 2010-03-21 20:16:11 PST --- > I think I meant something like INFO/ERROR. Instead of inserting those into a > character data stream, the data sent to the client for formatting should be > similar to what our logging code gets. Then for "normal" output we need > something that says "don't add any prefix". I define a tag 'SHOW' like 'INFO/ERROR', which means only show output without any extra information(like tag and prefix) when printing. > No. We want to *have* that output, not *discard* it ;-) What I referred to is > LogRedirect. Currently we only capture stderr and filter it. As soon as none > of > our core code writes to file descriptor 1 anymore, we can also capture that > descriptor and pass it through our logging infrastructure, exactly like our > own > "stdout" output. That way it will be recorded in "syncevolution-log.html", if > it exists, (new and useful feature) in addition to being sent via D-Bus to the > syncevolution D-Bus client. got it. for simple 'system' calls, it seems to me it's hard to redirect their and route them into our logging system. so like you said, we discard them, right? -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
