Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 68c3563

Browse files
authored
Merge branch 'master' into imported-lenaorobei-devdocs-9289
2 parents 2151df1 + 0c62f5a commit 68c3563

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/guides/v2.3/config-guide/log/log-magento.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Other channels can have a different set of handlers and logic.
3131

3232
To start working with a logger, you must create an instance of `\Psr\Log\LoggerInterface`. With this interface, you can call the following functions to write data to log files:
3333

34-
* [alert()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L43)
35-
* [critical()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L55)
36-
* [debug()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L111)
37-
* [emergency()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L30)
38-
* [error()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L66)
39-
* [info()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L101)
40-
* [log()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L122)
41-
* [notice()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L89)
42-
* [warning()](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php#L79)
34+
* [alert()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L43)
35+
* [critical()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L55)
36+
* [debug()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L111)
37+
* [emergency()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L30)
38+
* [error()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L66)
39+
* [info()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L101)
40+
* [log()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L122)
41+
* [notice()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L89)
42+
* [warning()](https://github.com/php-fig/log/blob/master/src/LoggerInterface.php#L79)
4343

4444
One way to do that is illustrated in the [database logging example]({{ page.baseurl }}/config-guide/log/log-db.html).
4545

0 commit comments

Comments
 (0)