このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
psr:psr3 [2020/05/20 19:17] y2sunlight [3. Psr\Log\LoggerInterface] |
psr:psr3 [2020/09/01 11:52] (現在) tanaka [PSR-3: Logger Interface] |
||
|---|---|---|---|
| 行 3: | 行 3: | ||
| --- // | --- // | ||
| - | 本章は、若干の補足を加筆してはいるものの単に[[https:// | + | 本章は、若干の補足を加筆してはいるものの単に[[https:// |
| - | ==== 目次 ==== | + | 関連記事 |
| - | * [[psr:top|PHP - PHP標準勧告]] | + | |
| + | * [[psr:top|PSR - PHP標準勧告]] | ||
| * [[psr: | * [[psr: | ||
| * PSR-3: Logger Interface - ロガーインターフェイス | * PSR-3: Logger Interface - ロガーインターフェイス | ||
| 行 12: | 行 13: | ||
| * [[psr: | * [[psr: | ||
| * [[psr: | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| + | * [[psr: | ||
| ----- | ----- | ||
| 行 128: | 行 139: | ||
| ===== 3. Psr\Log\LoggerInterface ====== | ===== 3. Psr\Log\LoggerInterface ====== | ||
| + | {{tablelayout? | ||
| ^メソッド^要約^ | ^メソッド^要約^ | ||
| |emergency\\ ($message, array $context = array())|システムが使用できない| | |emergency\\ ($message, array $context = array())|システムが使用できない| | ||
| 行 137: | 行 149: | ||
| |info\\ ($message, array $context = array())|興味深いイベント| | |info\\ ($message, array $context = array())|興味深いイベント| | ||
| |debug\\ ($message, array $context = array())|詳細なデバッグ情報| | |debug\\ ($message, array $context = array())|詳細なデバッグ情報| | ||
| - | |log\\ ($level, $message, array $context = array()|任意のレベルのロギング| | + | |log($level, |
| <code php LoggerInterface.php> | <code php LoggerInterface.php> | ||