[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace Psr\Log; 4 5 /** 6 * Describes a logger-aware instance. 7 */ 8 interface LoggerAwareInterface 9 { 10 /** 11 * Sets a logger instance on the object. 12 */ 13 public function setLogger(LoggerInterface $logger): void; 14 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Apr 2 05:10:25 2025 | Cross-referenced by PHPXref 0.7.1 |