You are here

public static function HtmlMailMime::getLogger in HTML Mail 8.3

Same name and namespace in other branches
  1. 8 src/Utility/HTMLMailMime.php \Drupal\htmlmail\Utility\HTMLMailMime::getLogger()

Retrieves the logger for mime.

Return value

\Drupal\Core\Logger\LoggerChannelInterface The logger interface.

File

src/Utility/HtmlMailMime.php, line 152

Class

HtmlMailMime
Class HtmlMailMime.

Namespace

Drupal\htmlmail\Utility

Code

public static function getLogger() {
  return self::$logger
    ->get('htmlmail_mime');
}