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