When 'Trace Error, Warning and Notice messages' is selected and you come across an error such as
Warning: get_class() expects parameter 1 to be object, string given in...
then there is a chance that the volume of data printed for the $errcontext field is excessive.
If would be better if this information is only produced when tracing at a verbose level;
a level even more detailed than BW_TRACE_DEBUG.
Solution
[ ] Add BW_TRACE_VERBOSE (64 ) level.
[ ] Change logic so that some data is traced at this level.
When 'Trace Error, Warning and Notice messages' is selected and you come across an error such as
Warning: get_class() expects parameter 1 to be object, string given in...
then there is a chance that the volume of data printed for the $errcontext field is excessive.If would be better if this information is only produced when tracing at a verbose level; a level even more detailed than BW_TRACE_DEBUG.
Solution