Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • ConsoleLogger
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class ConsoleLogger

Console logger for php-coveralls command.

Psr\Log\AbstractLogger implements Psr\Log\LoggerInterface
Extended by Contrib\Component\Log\ConsoleLogger
Namespace: Contrib\Component\Log
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Component/Log/ConsoleLogger.php
Methods summary
public
# __construct( Symfony\Component\Console\Output\OutputInterface $output )

Constructor.

Constructor.

Parameters

$output
Symfony\Component\Console\Output\OutputInterface
$output
public
# log( mixed $level, string $message, array $context = array() )

Logs with an arbitrary level.

Logs with an arbitrary level.

Parameters

$level
mixed
$level
$message
string
$message
$context
array
$context

See

Psr\Log\LoggerInterface::log()
Methods inherited from Psr\Log\AbstractLogger
alert(), critical(), debug(), emergency(), error(), info(), notice(), warning()
Properties summary
protected Symfony\Component\Console\Output\OutputInterface $output
#

Output.

Output.

php-coveralls API documentation generated by ApiGen 2.8.0