class SyslogLegacyLogger implements LegacyLoggerInterface (View source)

Methods

__construct(string $ident = 'poweradmin', int $facility = LOG_USER)

No description

void
info(string $message)

No description

void
warn(string $message)

No description

void
error(string $message)

No description

void
notice(string $message)

No description

__destruct()

No description

Details

__construct(string $ident = 'poweradmin', int $facility = LOG_USER)

No description

Parameters

string $ident
int $facility

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

__destruct()

No description