You are here

public function Test7Config::log in Rocket.Chat 8.2

Log a specific action

Parameters

$message: Message to log.

$level: a string value if either "error"|"warning"|"info"|"debug" to indicate the level of this log message.

Return value

void

Overrides Drupal8Config::log

File

modules/rocket_chat_api/src/RocketChat/TestConfig.class.inc, line 104

Class

Test7Config
Class Test7Config For Testing.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function log($message, $level) {
  self::notify($message, $level);
}