-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add timestamps to EVS logging to stdout #219
Comments
Imported from trac issue 188. Created by cdknight on 2017-03-30T13:47:22, last modified: 2019-07-03T12:58:32 |
Trac comment by cdknight on 2017-03-30 13:52:52: I've pushed the code to the trac-188-evs_timestamps branch; the current code remains but if CFE_EVS_ENH_OUT, the enhanced output options are enabled. All output fields can be turned on/off using #defines in the platform_cfg.h See [changeset:fec456e]. |
Trac comment by glimes on 2017-05-03 12:15:27: My notes on this were a bit confused, so to make sure I'm on the right page, here are the notes from the 2017-04-17 CCB meeting: CCB Approved and Deferred. The CCB approved concept and ticket for 6.6.0 release. The changes documented below will be applied and reviewed for integration to development.
|
Trac comment by jphickey on 2017-10-20 11:45:00: This is still marked for 6.6 but it appears to have gotten stale. We never merged the changeset associated with this. In any case I would prefer to not propagate the current "output ports" implementation as it generally involves copying and pasting the same code 4 times with no benefit whatsoever. Lets fix #94 first and then the changeset for this one will be much easier and simpler. I recommend deferring this to cfe-next. |
Trac comment by jhageman on 2019-07-03 12:58:32: Moved unfinished 6.7.0 tickets to next release |
Often it's useful to know the time a message is generated in the stdout log. Adding a timestamp to EVS_SendViaPorts() as an option would be helpful.
The text was updated successfully, but these errors were encountered: