
*copyc lgt$log_control_descriptor
*copyc lgt$log_cycle
*copyc lgt$log_entry
*copyc lgt$log_entry_header
*copyc lgt$log_entry_size

{ Internal logging interface type declarations. }

    CONST
      lgc$log_entry_size_limit = lgc$maximum_log_entry_size,
      lgc$log_termination_bit_pattern = 0;

    TYPE
      lgt$mode_of_log_copy = (lgc$copy_from_boi, lgc$copy_from_last_reference),
      lgt$log_change_type = (lgc$increment_counter, lgc$decrement_counter);


