Documentation

內容目录

上一个主题

< Class Phalcon\Logger\Formatter\Syslog

下一个主题

Class Phalcon\Logger\Multiple >

本页

Class Phalcon\Logger\Item

Represents each item in a logging transaction

Methods

public __construct (string $message, integer $type, [integer $time])

Phalcon\Logger\Item constructor

public string getMessage ()

Returns the message

public integer getType ()

Returns the log type

public integer getTime ()

Returns log timestamp

public getContext ()

...