interface LoggingServiceInterface

Methods

void
log(string $channel, string $account_name, string $message, array $context = [])

No description

Details

at line 15
void log(string $channel, string $account_name, string $message, array $context = [])

No description

Parameters

string $channel
string $account_name
string $message
array $context

Return Value

void