|
|
|
@@ -349,7 +349,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addDebug($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -361,7 +361,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addInfo($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -373,7 +373,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addNotice($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -385,7 +385,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addWarning($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -397,7 +397,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addError($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -409,7 +409,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addCritical($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -421,7 +421,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addAlert($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -433,7 +433,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function addEmergency($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -509,7 +509,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
* @param mixed $level The log level
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function log($level, $message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -525,7 +525,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function debug($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -539,7 +539,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function info($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -553,7 +553,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function notice($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -567,7 +567,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function warn($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -581,7 +581,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function warning($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -595,7 +595,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function err($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -609,7 +609,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function error($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -623,7 +623,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function crit($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -637,7 +637,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function critical($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -651,7 +651,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function alert($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -665,7 +665,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function emerg($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
@@ -679,7 +679,7 @@ class Logger implements LoggerInterface
|
|
|
|
|
*
|
|
|
|
|
* @param string $message The log message
|
|
|
|
|
* @param array $context The log context
|
|
|
|
|
* @return Boolean Whether the record has been processed
|
|
|
|
|
* @return bool Whether the record has been processed
|
|
|
|
|
*/
|
|
|
|
|
public function emergency($message, array $context = array())
|
|
|
|
|
{
|
|
|
|
|