Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
Logger.php
»
Logger
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
public function Logger::log
8 calls to Logger::log()
Logger::alert
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
@api
Logger::crit
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
@api
Logger::debug
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
@api
Logger::emerg
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
@api
Logger::err
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
@api
... See full list
File
drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
Logger.php
, line 44
Class
Logger
Namespace
Symfony\Component\HttpKernel\Tests
Code
public
function
log
(
$message
,
$priority
) {
$this
->
logs
[
$priority
][] =
$message
; }