Skip to content

Commit

Permalink
Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustom…
Browse files Browse the repository at this point in the history
…logger-deprecation-version

fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
  • Loading branch information
ChristophWurst authored Apr 26, 2023
2 parents 5d29a96 + b9850fb commit ea67129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Log/ILogFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function get(string $type): IWriter;
* @param string $path
* @return ILogger
* @since 14.0.0
* @deprecated use \OCP\Log\ILogFactory::getCustomPsrLogger
* @deprecated 22.0.0 Use \OCP\Log\ILogFactory::getCustomPsrLogger
* @see \OCP\Log\ILogFactory::getCustomPsrLogger
*/
public function getCustomLogger(string $path): ILogger;
Expand Down

0 comments on commit ea67129

Please sign in to comment.