Lines Matching full:function
21 /** @brief Process log messages from an external output function set with
24 * Function is using provided context with the buffer and output function to
34 /** @brief Set the formatting log function that will be applied with LOG_OUTPUT_CUSTOM
36 * @param format Pointer to the external formatter function
42 * @brief Prototype of a printer function that can print the given timestamp
58 * @brief Prototype of the function that will apply custom formatting
61 * Example function:
72 * @param printer The printing function to use when formatting the timestamp.
78 /** @brief Format the timestamp with a external function.
80 * Function is using provided context with the buffer and output function to
85 * @param printer The printing function to use when formatting the timestamp.
90 /** @brief Set the timestamp formatting function that will be applied
93 * @param format Pointer to the external formatter function