/**
  * @return ehough_epilog_psr_LoggerInterface
  */
 protected function getLogger()
 {
     if (!isset($this->_logger)) {
         $this->_logger = ehough_epilog_LoggerFactory::getLogger('gzuncompress Decompressor');
     }
     return $this->_logger;
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Shortcode HTML Generator');
 }
 public function __construct(tubepress_spi_provider_UrlBuilder $urlBuilder)
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Vimeo Video Provider');
     $this->_urlBuilder = $urlBuilder;
 }
Exemplo n.º 4
0
 public function __construct(ehough_shortstop_spi_HttpMessageParser $messageParser, ehough_tickertape_EventDispatcherInterface $eventDispatcher)
 {
     parent::__construct($messageParser, $eventDispatcher);
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('fOpen Transport');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Abstract Storage Manager');
 }
Exemplo n.º 6
0
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Video Blacklister');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Boot Config Service');
 }
Exemplo n.º 8
0
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Per-page Sorter');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Theme Handler');
 }
 public function __construct(ehough_shortstop_spi_HttpContentDecoder $httpContentDecoder)
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Pre-Request Default Headers Listener');
     $this->_httpContentDecoder = $httpContentDecoder;
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Result Count Capper');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Chunked-Transfer Decoding Command');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Embedded Player HTML Generator');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Player Ajax Command');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Cache Aware Feed Fetcher');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Video Collector');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Add-on Booter');
 }
 public function __construct(tubepress_spi_shortcode_PluggableShortcodeHandlerService $thumbGalleryShortcodeHandler)
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Search Output Shortcode Handler');
     $this->_thumbGalleryShortcodeHandler = $thumbGalleryShortcodeHandler;
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Memory Execution Context');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Thumb Gallery Shortcode Handler');
 }
 public function __construct(tubepress_spi_shortcode_PluggableShortcodeHandlerService $singleVideoShortcodeHandler)
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Solo Player Command');
     $this->_singleVideoShortcodeHandler = $singleVideoShortcodeHandler;
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Single Video Shortcode Handler');
 }
 public function __construct(ehough_tickertape_EventDispatcherInterface $eventDispatcher, ehough_chaingang_api_Chain $chain)
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default HTTP Client');
     $this->_eventDispatcher = $eventDispatcher;
     $this->_executionChain = $chain;
 }
 public function __construct(ehough_chaingang_api_Chain $chain)
 {
     $this->_chain = $chain;
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Abstract Decoder Chain');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Option Descriptor Reference');
 }
Exemplo n.º 26
0
 /**
  * Set the stack of processors for loggers built from this factory.
  *
  * @param array $stack The stack of processors for loggers built from this factory.
  *
  * @return void
  */
 public static function setProcessorStack(array $stack)
 {
     self::$_processorStack = $stack;
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Default Class Loader Boot Helper');
 }
Exemplo n.º 28
0
 private function _initLogging()
 {
     if (isset($this->_logger)) {
         return;
     }
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('CSS and JS Registry');
     $this->_isDebugLoggingEnabled = $this->_logger->isHandling(ehough_epilog_Logger::DEBUG);
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('YouTube Error Handler');
 }
 public function __construct()
 {
     $this->_logger = ehough_epilog_LoggerFactory::getLogger('Shortcode Parser');
 }