Files
core/ASCOfficeXlsFile2/source/XlsFormat/Logging/Log.h
Elen.Subbotina 2ebf7beee9 XlsFile2 linux build prepare
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64101 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:23:05 +03:00

17 lines
324 B
C++

#pragma once
#include "Logger.h"
namespace Log
{
void info(const std::string& message);
void event(const std::string& message);
void message(const std::string& message);
void warning(const std::string& message);
void warning(const std::wstring& message);
void error(const std::string& message);
}