app/code/Magento/LoginAsCustomerLog/README.md
This module provides log for Login as Customer functionality.
The Magento_LoginAsCustomerLog module creates the magento_login_as_customer_log table in the database.
For information about a module installation, see Enable or disable modules.
This module introduces the following layouts in the view/adminhtml/layout directory:
loginascustomer_log_log_indexFor more information about a layout, see the Layout documentation.
You can extend log listing updates using the configuration files located in the directories
view/adminhtml/ui_component:
login_as_customer_log_listingFor information about a UI component, see Overview of UI components.
\Magento\LoginAsCustomerLog\Api\Data\LogInterface
\Magento\LoginAsCustomerLog\Api\Data\LogSearchResultsInterface
\Magento\LoginAsCustomerLog\Api\GetLogsListInterface:
\Magento\LoginAsCustomerLog\Api\SaveLogsInterface:
For information about a public API, see Public interfaces & APIs.
This module is a part of Login As Customer feature.