mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62596 954022d7-b5bf-4e40-9824-e11837661b57
11 lines
180 B
C++
11 lines
180 B
C++
|
|
#include "logging.h"
|
|
#include <iostream>
|
|
|
|
namespace cpdoccore {
|
|
|
|
logging< std::wostream > logging_err(std::wcerr);
|
|
logging< std::wostream > logging_cout(std::wcout);
|
|
|
|
}
|