Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_log_domain Struct Reference

Structure containing the attributes of the domain used for logging. More...

#include <sol-log.h>

Data Fields

const char * color
 Color to be used. More...
 
uint8_t level
 Maximum level to log for this domain. More...
 
const char * name
 Domain name. More...
 

Detailed Description

Structure containing the attributes of the domain used for logging.

Field Documentation

const char* sol_log_domain::color

Color to be used.

uint8_t sol_log_domain::level

Maximum level to log for this domain.

const char* sol_log_domain::name

Domain name.


The documentation for this struct was generated from the following file: