-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
39 lines (39 loc) · 1.4 KB
/
info.xml
File metadata and controls
39 lines (39 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<extension key="com.skvare.logger" type="module">
<file>logger</file>
<name>Skvare Logger</name>
<description>Custom logging framework for CiviCRM that writes separate, monthly rotated log files independent of core CiviCRM logging.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Skvare</author>
<email>info@skvare.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/Skvare/com.skvare.logger</url>
<url desc="Documentation">https://github.com/Skvare/com.skvare.logger</url>
<url desc="Support">https://github.com/Skvare/com.skvare.logger</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-12-09</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.81</ver>
<ver>6.10</ver>
</compatibility>
<comments>Provides a reusable singleton-based logger that writes categorized, monthly log files to the CiviCRM config/log directory.</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Logger</namespace>
<format>23.02.1</format>
<angularModule>crmLogger</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
</mixins>
</extension>