unilink  0.4.3
A simple C++ library for unified async communication
unilink::diagnostics::Logger::Impl::FormatPart Struct Reference

Public Types

enum  Type {
  LITERAL , TIMESTAMP , LEVEL , COMPONENT ,
  OPERATION , MESSAGE
}
 

Public Attributes

Type type
 
std::string value
 

Detailed Description

Definition at line 42 of file logger.cc.

Member Enumeration Documentation

◆ Type

Enumerator
LITERAL 
TIMESTAMP 
LEVEL 
COMPONENT 
OPERATION 
MESSAGE 

Definition at line 43 of file logger.cc.

Member Data Documentation

◆ type

Type unilink::diagnostics::Logger::Impl::FormatPart::type

Definition at line 44 of file logger.cc.

◆ value

std::string unilink::diagnostics::Logger::Impl::FormatPart::value

Definition at line 45 of file logger.cc.


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