PHP Класс Debug, Magic-Fields

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
log ( $msg, $path = "" ) : null Writes log info to a file

Описание методов

log() публичный метод

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
Результат null