PHP Class Debug, Magic-Fields

Afficher le fichier Open project: hunk/Magic-Fields Class Usage Examples

Méthodes publiques

Méthode Description
log ( $msg, $path = "" ) : null Writes log info to a file

Method Details

log() public méthode

Writes log info to a file
public log ( $msg, $path = "" ) : null
$msg string the message to write out
$path string the location to write the messages
Résultat null