Interface

SaveLogsInterface

Magento\LoginAsCustomerLog\Api\SaveLogsInterface

What it does

This interface defines a contract for saving login-as-customer log entries in Magento 2.

Developers would implement this interface to persist audit logs when admin users authenticate as customers, ensuring compliance and security tracking.

It's part of the login-as-customer feature's logging mechanism to maintain accountability.

Public Methods

  • execute()