Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / service / logger.twig
index e8e576364f4cd2a6647781199e2234ea401a68f0..0747d116146300778d67b52b1c40e1ef00043a6d 100644 (file)
@@ -10,7 +10,7 @@ use Drupal\Core\Logger\RfcLogLevel;
 use Psr\Log\LoggerInterface;
 
 /**
- * Redirects logging messages to a file.
+ * Redirects messages to a file.
  */
 class {{ class }} implements LoggerInterface {
 
@@ -38,7 +38,7 @@ class {{ class }} implements LoggerInterface {
   protected $dateFormatter;
 
   /**
-   * Constructs a SysLog object.
+   * Constructs {{ class|article }} object.
    *
    * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
    *   The configuration factory object.