MCImageManager:Configuration/general.error log

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: general.error_log

This option enables you to turn on/off error logging set this option to a file name if you want error messages to be logged into the log directory.

Example of usage in the config.php file

$mcImageManagerConfig['general.error_log'] = "error.log";

Example of usage in the Web.Config file

<add key="general.error_log" value="error.log" />
Personal tools