updated to the new pikotools api (changes in Log)

This commit is contained in:
2021-06-24 21:17:03 +02:00
parent bf1f0954b9
commit b6340a30d2
10 changed files with 38 additions and 28 deletions

View File

@@ -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);
}