28 using namespace YACS::ENGINE;
 
   44 void Logger::log(
int level,
const std::string& message,
const char* filename,
int line)
 
   50 void Logger::error(
const std::string& message,
const char* filename,
int line)
 
   55 void Logger::fatal(
const std::string& message,
const char* filename,
int line)
 
   67   return new LogRecord(name,level,message,filename,line);
 
   77   std::vector<LogRecord*>::iterator it;
 
   87   std::vector<LogRecord*>::iterator it;
 
   91       msg=msg + (*it)->getStr() + 
'\n';
 
  104   std::vector<LogRecord*>::iterator it;