Logger\Formatter\Firephp::getShowBacktrace

public getShowBacktrace () Returns the string meaning of a logger constant

Logger\Formatter\Firephp::format

public string format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sending it to the log

Logger\Formatter\Firephp

extends abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface Source on GitHub Formats messages so that they can be sent to FirePHP Methods public getTypeString (mixed $type) Returns the string meaning of a logger constant public setShowBacktrace ([mixed $isShow]) Returns the string meaning of a logger constant public getShowBacktrace () Returns the string meaning of a logger constant public enableLabels ([mixed $isEnable]) Returns the string meaning of a logger c

Logger\Adapter\Syslog::logInternal

public logInternal (string $message, int $type, int $time, array $context) Writes the log to the stream itself

Logger\Adapter\Syslog::getFormatter

public getFormatter () Returns the internal formatter

Logger\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Logger\Adapter\Syslog::close

public close () Closes the logger

Logger\Formatter

implements Phalcon\Logger\FormatterInterface Source on GitHub This is a base class for logger formatters Methods public getTypeString (mixed $type) Returns the string meaning of a logger constant public interpolate (string $message, [array $context]) Interpolates context values into the message placeholders abstract public format (mixed $message, mixed $type, mixed $timestamp, [mixed $context]) inherited from Phalcon\Logger\FormatterInterface ...

Logger\Formatter::getTypeString

public getTypeString (mixed $type) Returns the string meaning of a logger constant

Logger\Adapter\Stream::logInternal

public logInternal (mixed $message, mixed $type, mixed $time, array $context) Writes the log to the stream itself