Skip to content
  • Steven Murray's avatar
    Replaced Logger::logMsg() by Logger::operator(). · f7ba07e0
    Steven Murray authored
    This modification was made in order to preserve our sanity.  After this
    modification one does not have to type the following statement to log:
    
        m_logger.logMsg(..... )
    
    Instead one has to just type:
    
        m_log(.... )
    f7ba07e0