TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
Each of the four fields can be individually enabled or disabled. The time format depends on the DateFormat used.
If no dateFormat is specified it defaults to '%c'. See php http://www.php.net/date function for details.
Configurable parameters for this layout are:
Located in /layouts/LoggerLayoutTTCC.php (line 51)
LoggerLayout | --LoggerLayoutTTCC
Constructor
In addition to the level of the statement and message, the returned string includes time, thread, category.
Time, thread, category are printed depending on options.
The CategoryPrefixing option specifies whether Category name is part of log output or not. This is true by default.
The ContextPrinting option specifies log output will include the nested context information belonging to the current thread.
This is true by default.
The MicroSecondsPrinting option specifies if microseconds infos should be printed at the end of timestamp.
This is true by default.
The ThreadPrinting option specifies whether the name of the current thread is part of log output or not. This is true by default.
Inherited From LoggerLayout
LoggerLayout::activateOptions()
LoggerLayout::format()
LoggerLayout::getContentType()
LoggerLayout::getFooter()
LoggerLayout::getHeader()
String constant designating no time information. Current value of this constant is NULL.
String constant designating relative time. Current value of this constant is RELATIVE.
Documentation generated on Fri, 27 Nov 2009 07:44:50 +0100 by phpDocumentor 1.4.3