Namespace: Rx – Header: Rx.Core/ELogger.h

LoggerType Enumeration

C++
#include "Rx.Core/ELogger.h"
enum class LoggerType

Specifies the types of logger available.

Values

FILE

A logger that directs all messages to a file.

CONSOLE

A logger that directs all messages to the standard output.

TCP

A logger that directs all messages over TCP to localhost on the configured port.