Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitkLogMacros.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkLogMacros_h
14 #define mitkLogMacros_h
15 
16 #include <mbilog.h>
17 
18 #define MITK_INFO MBI_INFO
19 #define MITK_WARN MBI_WARN
20 #define MITK_ERROR MBI_ERROR
21 #define MITK_FATAL MBI_FATAL
22 #define MITK_DEBUG MBI_DEBUG
23 
24 #endif
mbilog.h