[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
log4php is a PHP port of the log4j java logging package. <p>This framework is based on log4j (see {@link http://jakarta.apache.org/log4j log4j} for details).</p> <p>Design, strategies and part of the methods documentation are developed by log4j team (Ceki G�lc� as log4j project founder and {@link http://jakarta.apache.org/log4j/docs/contributors.html contributors}).</p>
File Size: | 240 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LoggerLayoutTTCC:: (13 methods):
LoggerLayoutTTCC()
setThreadPrinting()
getThreadPrinting()
setCategoryPrefixing()
getCategoryPrefixing()
setContextPrinting()
getContextPrinting()
setMicroSecondsPrinting()
getMicroSecondsPrinting()
setDateFormat()
getDateFormat()
format()
ignoresThrowable()
Class: LoggerLayoutTTCC - X-Ref
TTCC layout format consists of time, thread, category and nestedLoggerLayoutTTCC($dateFormat = '') X-Ref |
Constructor param: string date format |
setThreadPrinting($threadPrinting) X-Ref |
The <b>ThreadPrinting</b> option specifies whether the name of the current thread is part of log output or not. This is true by default. |
getThreadPrinting() X-Ref |
return: boolean Returns value of the <b>ThreadPrinting</b> option. |
setCategoryPrefixing($categoryPrefixing) X-Ref |
The <b>CategoryPrefixing</b> option specifies whether {@link Category} name is part of log output or not. This is true by default. |
getCategoryPrefixing() X-Ref |
return: boolean Returns value of the <b>CategoryPrefixing</b> option. |
setContextPrinting($contextPrinting) X-Ref |
The <b>ContextPrinting</b> option specifies log output will include the nested context information belonging to the current thread. This is true by default. |
getContextPrinting() X-Ref |
return: boolean Returns value of the <b>ContextPrinting</b> option. |
setMicroSecondsPrinting($microSecondsPrinting) X-Ref |
The <b>MicroSecondsPrinting</b> option specifies if microseconds infos should be printed at the end of timestamp. This is true by default. |
getMicroSecondsPrinting() X-Ref |
return: boolean Returns value of the <b>MicroSecondsPrinting</b> option. |
setDateFormat($dateFormat) X-Ref |
No description |
getDateFormat() X-Ref |
return: string |
format($event) X-Ref |
In addition to the level of the statement and message, the returned string includes time, thread, category. <p>Time, thread, category are printed depending on options. param: LoggerLoggingEvent $event return: string |
ignoresThrowable() X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |