Class LoggerLayoutSimple

Description

A simple layout.

Returns the log statement in a format consisting of the level, followed by " - " and then the message. For example, INFO - "A message"

  • author: Marco Vassura
  • version: $Revision: 556784 $

Located in /layouts/LoggerLayoutSimple.php (line 47)

LoggerLayout
   |
   --LoggerLayoutSimple
Method Summary
LoggerLayoutSimple LoggerLayoutSimple ()
void activateOptions ()
string format (LoggerLoggingEvent $event)
Methods
Constructor LoggerLayoutSimple (line 52)

Constructor

LoggerLayoutSimple LoggerLayoutSimple ()
activateOptions (line 57)
void activateOptions ()

Redefinition of:
LoggerLayout::activateOptions()
Override this method
format (line 71)

Returns the log statement in a format consisting of the

level, followed by " - " and then the message. For example, INFO - "A message"

string format (LoggerLoggingEvent $event)

Redefinition of:
LoggerLayout::format()
Override this method to create your own layout format.

Inherited Methods

Inherited From LoggerLayout

LoggerLayout::activateOptions()
LoggerLayout::factory()
LoggerLayout::format()
LoggerLayout::getContentType()
LoggerLayout::getFooter()
LoggerLayout::getHeader()

Documentation generated by phpDocumentor 1.3.2