Zend Framework  2.4
Namespaces | Classes | Functions | Variables
Zend\Log Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Namespaces

namespace  Exception
 Zend Framework (http://framework.zend.com/)
 
namespace  Filter
 Zend Framework (http://framework.zend.com/)
 
namespace  Formatter
 Zend Framework (http://framework.zend.com/)
 
namespace  Processor
 Zend Framework (http://framework.zend.com/)
 
namespace  Writer
 Zend Framework (http://framework.zend.com/)
 

Classes

class  Logger
 Logging messages with a stack of backends. More...
 
class  LoggerAbstractServiceFactory
 Logger abstract service factory. More...
 
interface  LoggerAwareInterface
 Logger aware interface. More...
 
interface  LoggerInterface
 
class  LoggerServiceFactory
 Logger. More...
 
class  ProcessorPluginManager
 
class  WriterPluginManager
 

Functions

 setLogger (LoggerInterface $logger)
 Set logger object.
 
 getLogger ()
 Get logger object.
 

Variables

trait LoggerAwareTrait
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\Log\getLogger ( )

Get logger object.

Returns
null|LoggerInterface
Zend\Log\setLogger ( LoggerInterface  $logger)

Set logger object.

Parameters
LoggerInterface$logger
Returns
mixed

Variable Documentation

trait LoggerAwareTrait
Initial value:
{
protected $logger = null