Class **Phalcon\\Logger\\Item** =============================== .. role:: raw-html(raw) :format: html :raw-html:`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