ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::LoggerBaseEnums Class Reference

#include <itkLoggerBase.h>

Detailed Description

Definition at line 35 of file itkLoggerBase.h.

Public Types

enum class  PriorityLevel : uint8_t {
  MUSTFLUSH = 0 ,
  FATAL ,
  CRITICAL ,
  WARNING ,
  INFO ,
  DEBUG ,
  NOTSET
}
 
enum class  TimeStampFormat : uint8_t {
  REALVALUE = 0 ,
  HUMANREADABLE = 1
}
 

Member Enumeration Documentation

◆ PriorityLevel

enum class itk::LoggerBaseEnums::PriorityLevel : uint8_t
strong
Enumerator
MUSTFLUSH 
FATAL 
CRITICAL 
WARNING 
INFO 
DEBUG 
NOTSET 

Definition at line 43 of file itkLoggerBase.h.

◆ TimeStampFormat

enum class itk::LoggerBaseEnums::TimeStampFormat : uint8_t
strong
Enumerator
REALVALUE 
HUMANREADABLE 

Definition at line 57 of file itkLoggerBase.h.


The documentation for this class was generated from the following file: