interface LegacyLoggerInterface (View source)

Minimal message-only logger used by the DNSSEC API provider. New code should take a PSR-3 LoggerInterface instead.

Methods

void
info(string $message)

No description

void
warn(string $message)

No description

void
error(string $message)

No description

void
notice(string $message)

No description

Details

void info(string $message)

No description

Parameters

string $message

Return Value

void

void warn(string $message)

No description

Parameters

string $message

Return Value

void

void error(string $message)

No description

Parameters

string $message

Return Value

void

void notice(string $message)

No description

Parameters

string $message

Return Value

void