mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -32,10 +32,14 @@
|
||||
|
||||
#include "logging.h"
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
namespace cpdoccore {
|
||||
namespace cpdoccore
|
||||
{
|
||||
logging< std::wostream > logging_err(std::wcerr);
|
||||
logging< std::wostream > logging_cout(std::wcout);
|
||||
|
||||
logging< std::wostream > logging_err(std::wcerr);
|
||||
logging< std::wostream > logging_cout(std::wcout);
|
||||
std::wstringstream log_stringstream;
|
||||
logging< std::wstringstream > logging_log (log_stringstream);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user