PHP Class Debug, Magic-Fields

Show file Open project: hunk/Magic-Fields Class Usage Examples

Public Methods

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

Method Details

log() public method

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
return null