Download the PHP package mageguide/mglogger without Composer
On this page you can find all versions of the php package mageguide/mglogger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mageguide/mglogger
More information about mageguide/mglogger
Files in mageguide/mglogger
Download mageguide/mglogger
More information about mageguide/mglogger
Files in mageguide/mglogger
Vendor mageguide
Package mglogger
Short Description Adds Custom Logger Functionality mageguide.log
License OSL-3.0 AFL-3.0
Package mglogger
Short Description Adds Custom Logger Functionality mageguide.log
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package mglogger
MageGuide_Mglogger_M2
Adds Custom Logger Functionality (mageguide.log)
Usage example:
class mgLoggerExample
{
/**
* Logging instance
*/
protected $_mglogger;
/**
* Constructor injection
*/
public function __construct(
\MageGuide\Mglogger\Logger\Logger $mglogger
) {
$this->_mglogger = $mglogger;
}
/* Some function to call logger */
public function doSomething()
{
$this->_mglogger->info('Info Test');
$this->_mglogger->alert('Alert Test');
$this->_mglogger->critical('Critical Test');
$this->_mglogger->emergency('Emergency Test');
$this->_mglogger->error('Error Test');
$this->_mglogger->notice('Notice Test');
$this->_mglogger->warning('Warning Test');
}
}All versions of mglogger with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
100.*|101.*
magento/module-ui Version 100.*|101.*
magento/module-config Version 100.*|101.*
magento/module-directory Version 100.*|101.*
mageguide/mgbase Version 1.*
magento/module-ui Version 100.*|101.*
magento/module-config Version 100.*|101.*
magento/module-directory Version 100.*|101.*
mageguide/mgbase Version 1.*
The package mageguide/mglogger contains the following files
Loading the files please wait ...