OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.0
API Documentation
Loading...
Searching...
No Matches
LogLevel Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static std::string toString (Enum type)
static Enum parse (const std::string &value)

Detailed Description

Definition at line 31 of file LogSettings.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Error 

A serious error that prevents normal execution.

Warning 

A potentially harmful situation that deserves attention.

Info 

General informational messages about normal operation.

Trace 

Fine-grained events for tracing control flow and state.

Debug 

Detailed diagnostic information useful during development and testing.

Max Debug 

The most verbose level.

Definition at line 33 of file LogSettings.h.

Member Function Documentation

◆ parse()

Enum parse ( const std::string & value)
static

Parses a log level from its textual representation.

◆ toString()

std::string toString ( Enum type)
static
Returns
a string that represents the given value.