[ Index ]
 

Code source de Symfony 1.0.0

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

title

Body

[fermer]

/lib/vendor/propel/logger/ -> BasicLogger.php (sommaire)

(pas de description)

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

Définit 1 class

BasicLogger:: (8 méthodes):
  alert()
  crit()
  err()
  warning()
  notice()
  info()
  debug()
  log()


Interface: BasicLogger  - X-Ref

This is a minimalistic interface that any logging class must implement for Propel.

The API for this interface is based on the PEAR::Log interface.  It provides a simple
API that can be used by Propel independently of Log backend.

PEAR::Log and perhaps the Log API was developed by Chuck Hagenbuch <chuck@horde.org>
and Jon Parise <jon@php.net>.

alert($message)   X-Ref
A convenience function for logging an alert event.

param: mixed   $message    String or Exception object containing the message

crit($message)   X-Ref
A convenience function for logging a critical event.

param: mixed   $message    String or Exception object containing the message

err($message)   X-Ref
A convenience function for logging an error event.

param: mixed   $message    String or Exception object containing the message

warning($message)   X-Ref
A convenience function for logging a warning event.

param: mixed   $message    String or Exception object containing the message

notice($message)   X-Ref
A convenience function for logging an critical event.

param: mixed   $message    String or Exception object containing the message

info($message)   X-Ref
A convenience function for logging an critical event.

param: mixed   $message    String or Exception object containing the message

debug($message)   X-Ref
A convenience function for logging a debug event.

param: mixed   $message    String or Exception object containing the message

log($message, $severity = null)   X-Ref
Primary method to handle logging.

param: mixed   $message    String or Exception object containing the message
param: int     $severity   The numeric severity.  Defaults to null so that no



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7