updated to the new pikotools api (changes in Log)
This commit is contained in:
@@ -56,13 +56,13 @@ BaseThread::~BaseThread()
|
||||
|
||||
void BaseThread::set_main_log_buffer(pt::WTextStream * log_buffer)
|
||||
{
|
||||
main_log.SetLogBuffer(log_buffer);
|
||||
main_log.set_log_buffer(log_buffer);
|
||||
}
|
||||
|
||||
|
||||
void BaseThread::set_main_file_log(pt::FileLog * file_log)
|
||||
{
|
||||
main_log.SetFileLog(file_log);
|
||||
main_log.set_file_log(file_log);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user