Zend Framework  3.0
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  ConfigProvider
 
class  FilterPluginManager
 
class  FilterPluginManagerFactory
 
class  FormatterPluginManager
 
class  FormatterPluginManagerFactory
 
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
 Factory for logger instances. More...
 
class  Module
 
class  ProcessorPluginManager
 Plugin manager for log processors. More...
 
class  ProcessorPluginManagerFactory
 
class  PsrLoggerAdapter
 PSR-3 logger adapter for Zend. More...
 
class  WriterPluginManager
 Plugin manager for log writers. More...
 
class  WriterPluginManagerFactory
 

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-2016 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