ELogCategory

class ELogCategory : public EEnumBase<int>

Categories of log messages.

static ELogCategory User

Enables logging of user messages.

static ELogCategory FunctionCall

Enables logging of function calls executed on the controller side.

static ELogCategory FunctionArgument

Enables logging of function calls with arguments.

static ELogCategory CallbackCall

Enables logging of callback function calls.

static ELogCategory CallbackArgument

Enables logging of callback function calls with arguments.

static ELogCategory InternalCall

Enables logging of internal function calls.

static ELogCategory InternalArgument

Enables logging of internal function calls with arguments.

static ELogCategory Debug

Enables logging of debug messages (e.g. from the trajectory generator).

static ELogCategory Warning

Enables logging of warning messages.

static ELogCategory Error

Enables logging of error messages (e.g. XML parse errors). This log category is default enabled and cannot be disabled.

ELogCategory::ELogCategory(int val)
Parameters

val

static ELogCategory ELogCategory::Convert(uint32_t val)