lp:~mshankar/epics-base/softioclogging

Created by Murali Shankar and last modified
Get this branch:
bzr branch lp:~mshankar/epics-base/softioclogging
Only Murali Shankar can upload to this branch. If you are Murali Shankar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Murali Shankar
Project:
EPICS Base
Status:
Merged

Recent revisions

12241. By Murali Shankar <email address hidden>

Added iocLogPrefix to the release notes

12240. By Murali Shankar <email address hidden>

Added a couple of units tests for iocLogPrefix

12239. By Murali Shankar <email address hidden>

Added the iocLogPrefix to the header so that we can use it in the unit test

12238. By Murali Shankar <email address hidden>

iocLogPrefix does not let you change the prefix if the prefix has already been set. Display the prefix as
part of iocLogShow.

12237. By Murali Shankar <email address hidden>

Added support for iocLogPrefix

Refactored logClientSend in libCom/logClient/logClient.c; took the code between the mutex operations and
moved it to a private method - sendLogMessageinChunks. Call this method once for the prefix (if it exists) and once
for the actual message.
Added ioCsh registration code into src/libCom/iocsh/libComRegister.c registering a command called
"iocLogPrefix" that sets this prefix.

Unit tested with and without prefixes.
Performance tested with and without prefixes - without prefix is approx the same. With prefix is about
twice the time (reflecting the two calls to sendLogMessageinChunks I think)

12236. By Janet B. Anderson

Move linux-x86 GNU compiler tune c flag setting to CONFIG_SITE file.

12235. By Janet B. Anderson

Initial version

12234. By Janet B. Anderson

Initial version

12233. By Janet B. Anderson

Initial version

12232. By Janet B. Anderson

Initial version

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~epics-core/epics-base/3.15
This branch contains Public information 
Everyone can see this information.

Subscribers