MeVisLab Toolbox Reference
SeverityChannelLoggingSystem.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3#pragma once
4
5#include <FMEGlobalSystemDefs.h>
6
7#ifndef SCL_API_HIDE
8 #ifdef SEVERITYCHANNELLOGGING_EXPORTS
9 #define SEVERITYCHANNELLOGGING_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
10 #else
11 #define SEVERITYCHANNELLOGGING_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
12 #endif
13#else
14 #define SEVERITYCHANNELLOGGING_EXPORT
15#endif
16