Model

Log

Magento\LoginAsCustomerLog\Model\ResourceModel\Log

What it does

This resource model manages database operations for the Login as Customer feature's audit log.

It handles reading from and writing to the magento_login_as_customer_log table, which tracks when administrators log in as customers for compliance and security purposes.

Developers use this class indirectly through repository patterns when they need to persist or retrieve login-as-customer activity records.