<?xml version="1.0" encoding="utf-8"?> <extension version="3.1" type="plugin" group="system" method="upgrade"> <name>plg_system_log</name> <author>Joomla! Project</author> <creationDate>April 2007</creationDate> <copyright>Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.0.0</version> <description>PLG_LOG_XML_DESCRIPTION</description> <files> <filename plugin="log">log.php</filename> </files> <languages> <language tag="en-GB">en-GB.plg_system_log.ini</language> <language tag="en-GB">en-GB.plg_system_log.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="log_username" type="radio" label="PLG_SYSTEM_LOG_FIELD_LOG_USERNAME_LABEL" description="PLG_SYSTEM_LOG_FIELD_LOG_USERNAME_DESC" class="btn-group btn-group-yesno" default="0" filter="integer" > <option value="1">JYES</option> <option value="0">JNO</option> </field> </fieldset> </fields> </config> </extension>