Model
LoggerPool
Magento\GraphQl\Model\Query\Logger\LoggerPool
What it does
LoggerPool aggregates multiple GraphQL query loggers and executes them all when logging query details.
Developers use this class to centrally manage and trigger multiple logging implementations (like debug loggers, performance loggers, or custom loggers) for GraphQL queries without calling each logger individually.
Public Methods
- execute()