SlideIO 2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
log.hpp
1// This file is part of slideio project.
2// It is subject to the license terms in the LICENSE file found in the top-level directory
3// of this distribution and at http://slideio.com/license.html.
4#pragma once
5#include "slideio/base/slideio_base_def.hpp"
6#include <string>
7#if defined(_MSC_VER)
8#if !defined(NOMINMAX)
9#define NOMINMAX
10#define WIN32_LEAN_AND_MEAN
11#endif
12#endif
13#if !defined(GLOG_NO_ABBREVIATED_SEVERITIES)
14#define GLOG_NO_ABBREVIATED_SEVERITIES
15#endif
16#include <glog/stl_logging.h>
17#include <glog/logging.h>
18
19
20
21#define SLIDEIO_LOG LOG