// auto inserted precompiled begin #include "precompiled_utility.h" // auto inserted precompiled end #include "Log.h" void Log::event(const std::string& message) { } void Log::event(const std::wstring& message) { } void Log::warning(const std::string& message) { } void Log::warning(const std::wstring& message) { } void Log::error(const std::string& message) { } void Log::error(const std::wstring& message) { } void Log::message(const std::string& message) { } void Log::message(const std::wstring& message) { }