<?xml version="1.0"?>
<extension key="ca.civicrm.logviewer" type="module">
  <file>logviewer</file>
  <name>CiviCRM Log Viewer</name>
  <description>Simple view access to the most recent CiviCRM debug log file.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Alan Dixon</author>
    <email>info@blackflysolutions.ca</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://github.com/adixon/ca.civicrm.logviewer</url>
    <url desc="Documentation">https://github.com/adixon/ca.civicrm.logviewer/blob/master/README.md</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>2025-11-19</releaseDate>
  <version>2.3.0</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>5.67</ver>
  </compatibility>
  <comments>View the most recent CiviCRM debug logfile, useful for quick access to recent errors or warnings.  The log is accessed via the menu entry 'Administer &gt; Administration Console &gt; View Log'.</comments>
  <civix>
    <namespace>CRM/Logviewer</namespace>
    <format>25.10.2</format>
  </civix>
  <mixins>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>smarty-v2@1.0.3</mixin>
    <mixin>entity-types-php@2.0.0</mixin>
    <mixin>scan-classes@1.0.0</mixin>
  </mixins>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
</extension>
