[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/log4php/ -> LoggerLayout.php (sommaire)

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>

Poids: 98 lignes (2 kb)
Inclus ou requis: 2 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

LoggerLayout:: (6 méthodes):
  factory()
  activateOptions()
  format()
  getContentType()
  getFooter()
  getHeader()


Classe: 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



Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7