9 lines
341 B
Markdown
9 lines
341 B
Markdown
### Apply log prefix to each line
|
|
|
|
If multi-line ioc log messages are sent with `errlogPrintf()`, apply
|
|
`logClientPrefix` (e.g. set by `iocLogPrefix`) to each line in order to help
|
|
browsing the log files.
|
|
Also strip off any leading newlines which some calls have.
|
|
|
|
Extend `errlog` iocsh command to interpret escape chars (just like `echo`).
|