1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 00:26:10 +02:00
This commit is contained in:
Jordi Boggiano
2017-03-20 10:56:47 +01:00
parent 9a11094c66
commit 7405bb5d67
20 changed files with 85 additions and 84 deletions

View File

@@ -397,9 +397,9 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param mixed $level The log level
* @param string $message The log message
* @param array $context The log context
* @param mixed $level The log level
* @param string $message The log message
* @param array $context The log context
*/
public function log($level, $message, array $context = [])
{
@@ -413,8 +413,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function debug($message, array $context = [])
{
@@ -426,8 +426,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function info($message, array $context = [])
{
@@ -439,8 +439,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function notice($message, array $context = [])
{
@@ -452,8 +452,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function warning($message, array $context = [])
{
@@ -465,8 +465,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function error($message, array $context = [])
{
@@ -478,8 +478,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function critical($message, array $context = [])
{
@@ -491,8 +491,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function alert($message, array $context = [])
{
@@ -504,8 +504,8 @@ class Logger implements LoggerInterface
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @param string $message The log message
* @param array $context The log context
*/
public function emergency($message, array $context = [])
{