updated to the new pikotools api - we have a logger for morm and ezc
pikotools has now Log and FileLog classes which are base classes for winix Log and FileLog classes git-svn-id: svn://ttmath.org/publicrep/winix/branches/0.7.x@1151 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -52,13 +52,10 @@ Config::Config()
|
||||
void Config::SetFileLog(FileLog * file_log)
|
||||
{
|
||||
log.SetFileLog(file_log);
|
||||
|
||||
// the config is not read yet so we put some constants here
|
||||
log.Init(1);
|
||||
}
|
||||
|
||||
|
||||
void Config::SetLogBuffer(TextStream<std::wstring> * log_buffer)
|
||||
void Config::SetLogBuffer(PT::WTextStream * log_buffer)
|
||||
{
|
||||
log.SetLogBuffer(log_buffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user