NullLogger
class NullLogger extends NullLogger implements LoggerInterface
NullLogger.
Methods
| emerg($message, array $context = array()) | ||
| crit($message, array $context = array()) | ||
| err($message, array $context = array()) | ||
| warn($message, array $context = array()) |
Details
emerg($message, array $context = array())
Parameters
| $message | ||
| array | $context |
crit($message, array $context = array())
Parameters
| $message | ||
| array | $context |
err($message, array $context = array())
Parameters
| $message | ||
| array | $context |
warn($message, array $context = array())
Parameters
| $message | ||
| array | $context |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/HttpKernel/Log/NullLogger.html