W3cubDocs

/Phalcon 2

Class Phalcon\Logger\Multiple

Handles multiples logger handlers

Methods

public push (Phalcon\Logger\AdapterInterface $logger)

Pushes a logger to the logger tail

public Phalcon\Logger\AdapterInterface [] getLoggers ()

Returns the registered loggers

public setFormatter (Phalcon\Logger\FormatterInterface $formatter)

Sets a global formatter

public Phalcon\Logger\FormatterInterface getFormatter ()

Returns a formatter

public log (int $type, string $message, [unknown $context])

Sends a message to each registered logger

public emergency (string $message, [unknown $context])

Sends/Writes an emergency message to the log

public emergence (unknown $message, [unknown $context])

...

public debug (string $message, [unknown $context])

Sends/Writes a debug message to the log

public error (string $message, [unknown $context])

Sends/Writes an error message to the log

public info (string $message, [unknown $context])

Sends/Writes an info message to the log

public notice (string $message, [unknown $context])

Sends/Writes a notice message to the log

public warning (string $message, [unknown $context])

Sends/Writes a warning message to the log

public alert (string $message, [unknown $context])

Sends/Writes an alert message to the log

© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Logger_Multiple.html