LoginAsCustomerLog Module
GetLogList
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 admi...
Log
This model class represents a log entry for tracking when admin users log in as customers in Magento 2. Developers use this class to store and retriev...
LogSearchResults
This class represents a collection of search results for Login as Customer log entries. Developers use this class when retrieving multiple log records...
ResourceModel\Log
This resource model manages database operations for the Login as Customer feature's audit log. It handles reading from and writing to the magento_logi...
ResourceModel\SaveLogs
This class handles batch saving of login-as-customer audit logs to the database. Developers would use this when they need to record multiple log entri...