LoginAsCustomerLog Module
Api\Data\LogInterface
Interface
This interface defines the data structure for logging 'Login as Customer' events in Magento 2. Developers use this to record and retrieve audit trail...
Api\Data\LogSearchResultsInterface
Interface
This interface defines the contract for search results when querying login-as-customer log entries. Developers use this to retrieve collections of log...
Api\GetLogsListInterface
Interface
This interface defines a contract for retrieving a list of login-as-customer log entries based on search criteria. Developers use this to query and fi...
Api\SaveLogsInterface
Interface
This interface defines a contract for saving login-as-customer log entries in Magento 2. Developers would implement this interface to persist audit lo...