mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
11 lines
210 B
C++
11 lines
210 B
C++
#include "precompiled_cpodf.h"
|
|
#include "logging.h"
|
|
#include <iostream>
|
|
|
|
namespace cpdoccore {
|
|
|
|
logging< std::wostream > logging_err(std::wcerr);
|
|
logging< std::wostream > logging_cout(std::wcout);
|
|
|
|
}
|