You are here

public function RocketChatConfigInterface::log in Rocket.Chat 8.2

Log a specific action

Parameters

string $message: Message to log.

mixed $level: any of the valid log levels as defined for \Psr\Log.

Return value

void

2 methods override RocketChatConfigInterface::log()
Drupal8Config::log in modules/rocket_chat_api/src/RocketChat/Drupal8Config.php
Log a specific action
InMemoryConfig::log in modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php
Log a specific action

File

modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php, line 85

Class

RocketChatConfigInterface
Interface to make an Arbitrary storage backend for the config elements.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function log($message, $level);