damiencorpataux/xfm-php

PHP notice if class is not specified for logger

Closed this issue · 1 comments

If class name is not specified for logging, there is a php notice.

Example:

xContext::$log->log("test");

PHP Notice: Undefined index: class in /Volumes/FILES/smeier/Sites/protview/app/lib/xfm/lib/Core/Logger.php on line 111

Could you please fix this?

Thank you for reporting