You are here

public function LoggerInterface::notice in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::notice()
  2. 8.2 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::notice()

Normal but significant events.

Parameters

string $message:

array $context:

Return value

void

2 methods override LoggerInterface::notice()
AbstractLogger::notice in vendor/psr/log/Psr/Log/AbstractLogger.php
Normal but significant events.
DevNullLogger::notice in vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php
Normal but significant events.

File

vendor/psr/log/Psr/Log/LoggerInterface.php, line 89

Class

LoggerInterface
Describes a logger instance.

Namespace

Psr\Log

Code

public function notice($message, array $context = array());