| [ 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: | 98 lines (2 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
LoggerLayout:: (6 methods):
factory()
activateOptions()
format()
getContentType()
getFooter()
getHeader()
Class: LoggerLayout - X-Ref
Extend this abstract class to create your own log layout format.| factory($class) X-Ref |
| Creates LoggerLayout instances with the given class name. param: string $class return: LoggerLayout |
| activateOptions() X-Ref |
| Override this method |
| format($event) X-Ref |
| Override this method to create your own layout format. param: LoggerLoggingEvent return: string |
| getContentType() X-Ref |
| Returns the content type output by this layout. return: string |
| getFooter() X-Ref |
| Returns the footer for the layout format. return: string |
| getHeader() X-Ref |
| Returns the header for the layout format. return: string |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |