Go to the documentation of this file.
19 define(
'_MI_MONOLOG_NAME',
'Monolog');
20 define(
'_MI_MONOLOG_DSC',
'Error and performance data logging');
22 define(
'_MI_MONOLOG_ENABLE',
"Enable Logging");
23 define(
'_MI_MONOLOG_SMARTYDEBUG',
"Enable Smarty Debug");
25 define(
'_MI_MONOLOG_UCONF_CAT_OPT',
'Options');
26 define(
'_MI_MONOLOG_UCONF_CAT_OPT_DESC',
'Monolog Options');
28 define(
'_MI_MONOLOG_UCONF_ENABLE_PHPFIRE',
'Enable FirePHP Output');
30 define(
'_MI_MONOLOG_ADMENU1',
'Home');
31 define(
'_MI_MONOLOG_ADMENU2',
'About');
32 define(
'_MI_MONOLOG_ADMENU3',
'Permissions');
34 define(
'_MI_MONOLOG_THRESHOLD_LEVEL',
'Log level threshold');
35 define(
'_MI_MONOLOG_THRESHOLD_DEBUG',
'Debugging');
36 define(
'_MI_MONOLOG_THRESHOLD_INFO',
'Informational');
37 define(
'_MI_MONOLOG_THRESHOLD_WARNING',
'Warnings');
38 define(
'_MI_MONOLOG_THRESHOLD_ERROR',
'Errors');
40 define(
'_MI_MONOLOG_INCLUDE_BLOCKS',
'Include blocks');
41 define(
'_MI_MONOLOG_INCLUDE_DEPRECATED',
'Include deprecated');
42 define(
'_MI_MONOLOG_INCLUDE_EXTRA',
'Include extra');
43 define(
'_MI_MONOLOG_INCLUDE_QUERIES',
'Include queries');
44 define(
'_MI_MONOLOG_INCLUDE_TIMERS',
'Include timers');
46 define(
'_MI_MONOLOG_LOG_FILE_PATH',
'Absolute path and name of log file');
47 define(
'_MI_MONOLOG_LOG_MAX_VERSIONS',
'Maximum number of daily versions of the log to keep. (Use 0 for no versioning.)');
49 define(
'_MI_MONOLOG_HELP',
'Help');
50 define(
'_MI_MONOLOG_HACKING',
'Hacking');