You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2019. It is now read-only.
The library allows logging to be added via Guzzle's Log Plugin [http://guzzle3.readthedocs.org/plugins/log-plugin.html] which supports logs via a variety of adapters.
4
+
The library allows logging to be added via Guzzle which supports any logging tool which implements a PSR-3 interface.
5
+
One can specify the log format using substitutions see [https://github.com/guzzle/guzzle/blob/master/src/MessageFormatter.php].
5
6
6
7
Log Message Format
7
8
==================
8
9
We use the follow message logging for our testing purposes
This example adds basic logging using the Zend Framework 2 Logging [http://framework.zend.com/manual/2.3/en/modules/zend.log.overview.html] and sending output to the buffer
16
+
This example adds basic logging using Monolog Logging [https://github.com/Seldaek/monolog] and sending output to the buffer
16
17
17
18
.. code:: php
18
19
@@ -22,32 +23,29 @@ This example adds basic logging using the Zend Framework 2 Logging [http://frame
This example adds basic logging using the Zend Framework 2 Logging [http://framework.zend.com/manual/2.3/en/modules/zend.log.overview.html] and sending output to the filesystem
48
+
This example adds basic logging using the Monolog Logging [https://github.com/Seldaek/monolog] and sending output to the filesystem
51
49
52
50
.. code:: php
53
51
@@ -57,24 +55,95 @@ This example adds basic logging using the Zend Framework 2 Logging [http://frame
This example adds basic logging using Zend Framework 2 Logging [http://framework.zend.com/manual/2.3/en/modules/zend.log.overview.html] and sending output to the buffer
This example adds basic logging using Zend Framework 2 Logging [http://framework.zend.com/manual/2.3/en/modules/zend.log.overview.html] and sending output to the filesystem
0 commit comments