php-monolog 1.17.2-1 source package in Ubuntu

Changelog

php-monolog (1.17.2-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix CS and php5.3 compat
  * Do not assume we have a Logger in ErrorHandler, fixes #666
  * Update changelog

  [ Aleksei Shmelev ]
  * SwiftMailerHandler bugfix.
    Added generating unique id when building message and test.

  [ raph ]
  * Use `text` and `title` fields for SlackHandler

 -- David Prévot <email address hidden>  Thu, 22 Oct 2015 17:39:14 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-monolog_1.17.2-1.dsc 1.7 KiB 16c6baf61f43d1602472273cd3eff8d645ee4ccfd20c0da1c5782f2a54b3cb71
php-monolog_1.17.2.orig.tar.gz 101.1 KiB 2a3a621d67aa5c4ad85b61f2698a20532e7b923b7d706b109222a4c18452d0b9
php-monolog_1.17.2-1.debian.tar.xz 4.6 KiB c12e20c0eae1878576813db0944bff2bfdcf24fff2d8fd336e31c8ebf5036e39

Available diffs

No changes file available.

Binary packages built by this source

php-monolog: send logs to various destination and web services

 Sends your logs to files, sockets, inboxes, databases and various web services
 .
 This library implements the PSR-3 interface that can be used in other
 libraries and applications to keep a maximum of interoperability, and
 make sure another compatible logger can always be used at a later time.