Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1d64f860
Unverified
Commit
1d64f860
authored
Jan 03, 2022
by
alexpott
Browse files
Issue
#3213928
by RoSk0: LoggerChannelInterface documentation
(cherry picked from commit
1e65e36e
)
parent
8f30563f
Changes
1
Show whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Logger/LoggerChannelInterface.php
View file @
1d64f860
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* add a service for that class to a services.yml file tagged with the 'logger'
* add a service for that class to a services.yml file tagged with the 'logger'
* tag. The default logger channel implementation will call the log() method
* tag. The default logger channel implementation will call the log() method
* of every logger service with some useful data set in the $context argument
* of every logger service with some useful data set in the $context argument
* of log(): request_uri, referer, ip, u
ser, uid
.
* of log(): request_uri, referer, ip, u
id, link, channel, timestamp
.
*
*
* SECURITY NOTE: the caller might also set a 'link' in the $context array
* SECURITY NOTE: the caller might also set a 'link' in the $context array
* which will be printed as-is by the dblog module under an "operations"
* which will be printed as-is by the dblog module under an "operations"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment