
{    The purpose of this request is to provide the caller with the con-
{  tents of one of the system maintained corrected error log buffers.
{  The caller may optionally cause the error log buffer to be reset to
{  empty state, but if this is requested, the burden of placing current
{  buffer content in the Engineering Log is placed on the caller.
{  If the buffer is not reset, the system will cause it to be flushed to
{  the Engineering Log when one of the following conditions has arisen:
{    -buffer full
{    -timer expired
{    -an error count field is exceeded
{
{        MSP$GET_CORRECTED_ERROR_LOG(ELEMENT,RESET_BUFFER,BUFFER,STATUS)
{
{ ELEMENT: (input) This parameter specifies the identity of the system
{        element whose corrected error log buffer is to be retrieved.
{        Elements for which the corrected error log buffer will be
{        maintained include cpu and memory.
{
{ RESET_BUFFER: (input) This parameter specifies whether to reset the cor-
{        rected error log buffer to its initial (empty) state after passing
{        a copy to the caller.
{
{ BUFFER: (output) This parameter specifies the area which will receive
{        the corrected error log buffer data.
{
{ STATUS: (output) This parameter specifies the request status.
{}
