Andrew Reed / Mbed OS CITY1082-i2c_master_wifi_mqtt
Embed: (wiki syntax)

« Back to documentation index

Group_logging_structures

Group_logging_structures

Documentation of the typedefs defined by the logging utility. More...

Typedefs

typedef int(* log_output )(CY_LOG_FACILITY_T facility, CY_LOG_LEVEL_T level, char *logmsg)
 Prototype for application callback to use the logging message.
typedef cy_rslt_t(* platform_get_time )(uint32_t *time)
 Prototype for application callback to get current time in milliseconds.

Detailed Description

Documentation of the typedefs defined by the logging utility.


Typedef Documentation

typedef int(* log_output)(CY_LOG_FACILITY_T facility, CY_LOG_LEVEL_T level, char *logmsg)

Prototype for application callback to use the logging message.

Definition at line 184 of file cy_log.h.

typedef cy_rslt_t(* platform_get_time)(uint32_t *time)

Prototype for application callback to get current time in milliseconds.

Definition at line 188 of file cy_log.h.