# auto-alt-text/2.3.2/src/App/Logging/LoggerInterface.php

Auto Alt Text, version 2.3.2. 7 lines.

- Page: https://pluginprobe.com/plugins/auto-alt-text/2.3.2/code/src/App/Logging/LoggerInterface.php
- Raw: https://pluginprobe.com/plugins/auto-alt-text/2.3.2/raw/src/App/Logging/LoggerInterface.php
- Modified: 2024-03-10T14:55:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/auto-alt-text/2.3.2/code/src/App/Logging/LoggerInterface.php#L10-L20`.

```php
<?php
namespace AATXT\App\Logging;

interface LoggerInterface {
    public function writeImageLog(int $imageId, string $errorMessage): void;
    public function getImageLog(): string;
}
```
