OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
LogLevel Struct Reference

#include <OnixS/CboeCFE/Trading/BOE/LogSettings.h>

Public Types

enum  Enum {
  Fatal, Error, Warning, Info,
  Trace, Debug
}
 

Detailed Description

Log level.

Definition at line 33 of file LogSettings.h.

Member Enumeration Documentation

enum Enum
Enumerator
Fatal 

Fatal error, cannot continue.

Error 

System error, but we can go on.

Warning 

User or logic error, just say about it.

Info 

Information message.

Trace 

Used for tracing, usually including functions' names and args.

Debug 

Used for debugging.

Definition at line 35 of file LogSettings.h.


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