Files
core/ASCOfficeOdfFileW/source/OdfFormat/logging.cpp
Elen.Subbotina f1f25c219e OdfFile Writer
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62596 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:03:30 +03:00

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