Timestamp:
Apr 21, 2010, 11:42:54 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
7d1633
Parents:
60612f
Message:

FIX: errorLogger now has absolute verbosity (i.e. CRITIAL is whatever level of recursion printed to screen)

  • new function Verbose::DoErrorOutput() which does check only against given verbosityLevel, not plus Info:verbosity ad DoOutput()
  • operator<< of errorLogger
    • uses this function DoErrorOutput()
    • everything above or at verbositylevel of 2 two is prefixed with WARNING:
  • setVerbosity() does not set verbosity of errorLogger, is set to 2 in the code and is fixed
  • DoLog() and DoeLog() have their return value in parenthesis (no change, just safer)
(No files)

Note: See TracChangeset for help on using the changeset viewer.