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

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

#include "base/logging.hpp"

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