Home
|
Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Data Structures
|
File List
|
Namespace Members
|
Data Fields
|
Globals
|
Related Pages
Loading...
Searching...
No Matches
Core
Main
itkElastixLogLevel.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright NumFOCUS
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0.txt
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*=========================================================================*/
18
/*=========================================================================
19
*
20
* Copyright UMC Utrecht and contributors
21
*
22
* Licensed under the Apache License, Version 2.0 (the "License");
23
* you may not use this file except in compliance with the License.
24
* You may obtain a copy of the License at
25
*
26
* http://www.apache.org/licenses/LICENSE-2.0.txt
27
*
28
* Unless required by applicable law or agreed to in writing, software
29
* distributed under the License is distributed on an "AS IS" BASIS,
30
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31
* See the License for the specific language governing permissions and
32
* limitations under the License.
33
*
34
*=========================================================================*/
35
#ifndef itkElastixLogLevel_h
36
#define itkElastixLogLevel_h
37
38
#include "itkIntTypes.h"
39
40
namespace
itk
41
{
43
enum
ElastixLogLevel
: uint8_t
44
{
45
Info
,
46
Warning
,
47
Error
,
48
Off
49
};
50
51
}
// namespace itk
52
53
#endif
itk
Definition
itkAdvancedImageToImageMetric.h:43
itk::ElastixLogLevel
ElastixLogLevel
Definition
itkElastixLogLevel.h:44
itk::Info
@ Info
Log all messages, even the ones that are only informative.
Definition
itkElastixLogLevel.h:45
itk::Warning
@ Warning
Log the error messages, as well as the warnings.
Definition
itkElastixLogLevel.h:46
itk::Off
@ Off
Do not log any messages.
Definition
itkElastixLogLevel.h:48
itk::Error
@ Error
Log only the error messages.
Definition
itkElastixLogLevel.h:47
Generated on 1739326392 for elastix by
1.9.8