ec_log_type - Man Page

Synopsis

#include <log.h>

Data Fields

enum ec_log_level level
int id

Detailed Description

A structure describing a log type.

It is defined as a static structure by the EC_LOG_TYPE_REGISTER() macro.

Definition at line 42 of file log.h.

Field Documentation

enum ec_log_level ec_log_type::level

The log level for this type.

Definition at line 45 of file log.h.

int ec_log_type::id

The log identifier.

Definition at line 46 of file log.h.

Author

Generated automatically by Doxygen for Libecoli from the source code.

Referenced By

coap_logging(3), qaxbase.3qt(3).

The man pages id(3) and level(3) are aliases of ec_log_type(3).

Version 0.10.1 Libecoli