OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.7
Users' manual and API documentation
Loading...
Searching...
No Matches
LogLevel Struct Reference

#include <OnixS/CME/iLink3/LogSettings.h>

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 0 

A serious error that prevents normal execution.

Warning 1 

A potentially harmful situation that deserves attention.

Info 2 

General informational messages about normal operation.

Trace 3 

Fine-grained events for tracing control flow and state.

Debug 4 

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.