$value) { $ret .= $key.'=>'.$value."\n"; } return $ret; } # only in case of VERY_VERBOSE for saving the cost of _dump() if ($_gProlog['level'] <= _GPROLOG_VERY_VERBOSE) { ## log Config, _gProlog $_gProlog['logputs']($_gProlog['myFilename'].': '."Config: $config/$selfConfig/$referrerConfig".' -- $_gProlog: '._dump($_gProlog),_GPROLOG_VERY_VERBOSE); } ## skeleton for very verbose log # $_gProlog['logputs']('...msg...',_GPROLOG_VERY_VERBOSE); ## skeleton for very verbose log with _dump() # # only in case of VERY_VERBOSE for saving the cost of _dump() # if ($_gProlog['level'] <= _GPROLOG_VERY_VERBOSE) { # $_gProlog['logputs']('...msg...'._dump(__ARRAY__),_GPROLOG_VERY_VERBOSE); # } ?>