{    The purpose of this request is to get an entry from a local log.
{
{       LGP$GET_ENTRY_FROM_LOCAL_LOG (LOCAL_LOG, LOG_CYCLE, LOG_DATA,
{             LOG_ENTRY_SIZE, LOG_ENTRY, STATUS)
{
{ LOCAL_LOG: (input)  Specifies which log.
{
{ LOG_CYCLE: (input)  Specifies the cycle of the log which LOG_DATA references.
{
{ LOG_DATA: (input, output)  Specifies the entry in the system log which the
{       request is to get.  After this request returns, LOG_DATA is updated to
{       point at the next log entry.
{
{ LOG_ENTRY_SIZE: (output)  Variable to receive the actual size of the log
{       entry.
{
{ LOG_ENTRY: (output)  Variable to recieve a copy of the log entry.  Only as
{       much of the log entry as will fit will be returned.  The actual log
{       entry size is returned in the log entry header record.
{
{ STATUS: (output) Variable to receive the completion status.
{      CONDITION: lge$end_of_log
{                 lge$log_cycles_do_not_match
{                 lge$log_not_available
{                 lge$not_local_log
