Merged Murali Shankar's iocLogPrefix changes.

Adjusted a few things during the merge.
This commit is contained in:
Andrew Johnson
2011-08-25 18:17:09 -05:00
5 changed files with 255 additions and 21 deletions
+10
View File
@@ -15,6 +15,16 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.</p>
<h2 align="center">Changes between 3.14.x and 3.15.0.x</h2>
<!-- Insert new items immediately below here ... -->
<h3>
Added support for iocLogPrefix</h3>
<p>
Added a <code>iocLogPrefix</code> command to <code>iocsh</code>. This adds a
prefix to all messages from this IOC (or other log client) as they get sent to the
iocLogServer. This lets sites use the "fac=&lt;<i>facility</i>&gt;" syntax for
displaying the facility, process name etc. in log viewers like the
<code>cmlogviewer<code>.</p>
<h3>
Reworked the epicsEvent C &amp; C++ APIs</h3>