PHP Class Bluz\Proxy\Logger

Example of usage use Bluz\Proxy\Logger; Logger::error('Configuration not found');
See also: Instance::alert()
See also: Instance::critical()
See also: Instance::debug()
See also: Instance::emergency()
See also: Instance::error()
See also: Instance::info()
See also: Instance::notice()
See also: Instance::warning()
See also: Instance::log()
See also: Instance::get()
Author: Anton Shevchuk
Inheritance: use trait ProxyTrait
显示文件 Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : Logger | Bluz\Common\Nil Init instance

Method Details

initInstance() protected static method

Init instance
protected static initInstance ( ) : Logger | Bluz\Common\Nil
return Bluz\Logger\Logger | Bluz\Common\Nil