Since: 1.17.0

interface LogSubscriber implements Subscriber (View source)

Constants

LEVEL_ERROR

LEVEL_CRITICAL

LEVEL_WARNING

LEVEL_MESSAGE

LEVEL_INFO

LEVEL_DEBUG

Methods

void
log(int $level, string $domain, string $message)

No description

Details

void log(int $level, string $domain, string $message)

No description

Parameters

int $level
string $domain
string $message

Return Value

void