Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fabric_logging.hpp « Statistics « Common « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6637aae9c96d9d76d3c310fd40b8974d586b96b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "base/logging.hpp"

#include <string>

namespace platform
{
  void LogMessageFabric(my::LogLevel level, my::SrcPoint const & srcPoint, std::string const & msg);
}