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  PriorityLevel : uint8_t {
  PriorityLevel::MUSTFLUSH = 0,
  PriorityLevel::FATAL,
  PriorityLevel::CRITICAL,
  PriorityLevel::WARNING,
  PriorityLevel::INFO,
  PriorityLevel::DEBUG,
  PriorityLevel::NOTSET
}
 
enum  TimeStampFormat : uint8_t {
  TimeStampFormat::REALVALUE = 0,
  TimeStampFormat::HUMANREADABLE = 1
}
 

Member Enumeration Documentation

◆ PriorityLevel

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

Definition at line 43 of file itkLoggerBase.h.

◆ TimeStampFormat

Enumerator
REALVALUE 
HUMANREADABLE 

Definition at line 57 of file itkLoggerBase.h.


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