Model
GetLogList
Magento\LoginAsCustomerLog\Model\GetLogList
What it does
This class retrieves and filters log records for the Login As Customer feature in Magento 2.
Developers use this service class to fetch a list of admin login-as-customer activities with support for search criteria, filtering, sorting, and pagination.
It's primarily used when building admin interfaces or reports that need to display audit logs of when admins logged in as customers.
Public Methods
- execute()