We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d29a96 + b9850fb commit ea67129Copy full SHA for ea67129
lib/public/Log/ILogFactory.php
@@ -44,7 +44,7 @@ public function get(string $type): IWriter;
44
* @param string $path
45
* @return ILogger
46
* @since 14.0.0
47
- * @deprecated use \OCP\Log\ILogFactory::getCustomPsrLogger
+ * @deprecated 22.0.0 Use \OCP\Log\ILogFactory::getCustomPsrLogger
48
* @see \OCP\Log\ILogFactory::getCustomPsrLogger
49
*/
50
public function getCustomLogger(string $path): ILogger;
0 commit comments