Logger\Item::getMessage

public getMessage () Log message

Logger\Item::getContext

public getContext () ...

Logger\Item

Source on GitHub Represents each item in a logging transaction Methods public getType () Log type public getMessage () Log message public getTime () Log timestamp public getContext () ... public __construct (string $message, integer $type, [integer $time], [array $context]) Phalcon\Logger\Item constructor

Logger\Formatter\Syslog::format

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

Logger\Formatter\Syslog

extends abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface Source on GitHub Prepares a message to be used in a Syslog backend Methods public array format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log public getTypeString (mixed $type) inherited from Phalcon\Logger\Formatter Returns the string meaning of a logger constant public interpolate (string $message, [array $context]) inhe

Logger\Formatter\Line::setFormat

public setFormat (mixed $format) Format applied to each message

Logger\Formatter\Line::setDateFormat

public setDateFormat (mixed $dateFormat) Default date format

Logger\Formatter\Line::getFormat

public getFormat () Format applied to each message

Logger\Formatter\Line::getDateFormat

public getDateFormat () Default date format

Logger\Formatter\Line::format

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