View Issue Details

IDProjectCategoryView StatusLast Update
0016061mantisbtadministrationpublic2014-12-08 00:34
Reporterdregad Assigned Todregad  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0016061: Enable bitwise operations to set log levels
Description

Currently we can only combine log channels using bitwise OR operator.

By defining a new constant covering all available channels, we allow users to define the channels using all bitwise operators, e.g.

$g_log_level = LOG_ALL & ^LOG_DATABASE

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 122bc9ec

2013-06-14 21:45

dregad


Details Diff
Fix 0016061: Added LOG_ALL constant

This enables full use of bitwise operators to set the log channels
($g_log_level) in config_inc.php.
Affected Issues
0016061
mod - core/constant_inc.php Diff File