proced-log

proced-log is a compiled Lisp function in `proced.el'.

(proced-log LOG &rest ARGS)

Log a message or the contents of a buffer.
If LOG is a string and there are more args, it is formatted with
those ARGS. Usually the LOG string ends with a \n.
End each bunch of errors with (proced-log t signal):
this inserts the current time, buffer and signal at the start of the page,
and (formfeed) at the end.