<?php/** * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */namespaceOCA\AdminAudit;usePsr\Log\LoggerInterface;/** * Interface for a logger that logs in the audit log file instead of the normal log file */interfaceIAuditLoggerextendsLoggerInterface{}