Upgrade to 3.3.0
This commit is contained in:
@@ -118,6 +118,8 @@ interface LoggerInterface
|
||||
* @param array $context
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws \Psr\Log\InvalidArgumentException
|
||||
*/
|
||||
public function log($level, $message, array $context = array());
|
||||
}
|
||||
|
2
kirby/vendor/psr/log/Psr/Log/LoggerTrait.php
vendored
2
kirby/vendor/psr/log/Psr/Log/LoggerTrait.php
vendored
@@ -135,6 +135,8 @@ trait LoggerTrait
|
||||
* @param array $context
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws \Psr\Log\InvalidArgumentException
|
||||
*/
|
||||
abstract public function log($level, $message, array $context = array());
|
||||
}
|
||||
|
2
kirby/vendor/psr/log/Psr/Log/NullLogger.php
vendored
2
kirby/vendor/psr/log/Psr/Log/NullLogger.php
vendored
@@ -20,6 +20,8 @@ class NullLogger extends AbstractLogger
|
||||
* @param array $context
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws \Psr\Log\InvalidArgumentException
|
||||
*/
|
||||
public function log($level, $message, array $context = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user