Lines Matching full:this

14  *     notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
102 * @brief In this method the user is expected to log the supplied
105 * that this is an error from the framework.
107 * @param[in] logger_object This parameter specifies the logger object
108 * associated with this message.
109 * @param[in] log_object_mask This parameter specifies the log objects
110 * for which this message is being generated.
111 * @param[in] log_message This parameter specifies the message to be logged.
126 * @brief In this method the user is expected to log the supplied warning
129 * that this is a warning from the framework.
131 * @param[in] logger_object This parameter specifies the logger object
132 * associated with this message.
133 * @param[in] log_object_mask This parameter specifies the log objects
134 * for which this message is being generated.
135 * @param[in] log_message This parameter specifies the message to be logged.
151 * @brief In this method the user is expected to log the supplied debug
154 * that this is a debug message from the framework.
156 * @param[in] logger_object This parameter specifies the logger object
157 * associated with this message.
158 * @param[in] log_object_mask This parameter specifies the log objects
159 * for which this message is being generated.
160 * @param[in] log_message This parameter specifies the message to be logged.
176 * @brief In this method the user is expected to log the supplied function
179 * that this is a function trace (i.e. entry/exit) message from the
182 * @param[in] logger_object This parameter specifies the logger object
183 * associated with this message.
184 * @param[in] log_object_mask This parameter specifies the log objects
185 * for which this message is being generated.
186 * @param[in] log_message This parameter specifies the message to be logged.
202 * @brief In this method the user is expected to log the supplied function
205 * fact that this is a function trace (i.e. entry/exit) message from
208 * @param[in] logger_object This parameter specifies the logger object
209 * associated with this message.
210 * @param[in] log_object_mask This parameter specifies the log objects
211 * for which this message is being generated.
212 * @param[in] log_message This parameter specifies the message to be logged.
228 * @brief In this method the user is expected to log the supplied
231 * that this is an error from the core.
233 * @param[in] logger_object This parameter specifies the logger object
234 * associated with this message.
235 * @param[in] log_object_mask This parameter specifies the log objects
236 * for which this message is being generated.
237 * @param[in] log_message This parameter specifies the message to be logged.
253 * @brief In this method the user is expected to log the supplied warning
256 * that this is a warning from the core.
258 * @param[in] logger_object This parameter specifies the logger object
259 * associated with this message.
260 * @param[in] log_object_mask This parameter specifies the log objects
261 * for which this message is being generated.
262 * @param[in] log_message This parameter specifies the message to be logged.
278 * @brief In this method the user is expected to log the supplied debug
281 * that this is a debug message from the core.
283 * @param[in] logger_object This parameter specifies the logger object
284 * associated with this message.
285 * @param[in] log_object_mask This parameter specifies the log objects
286 * for which this message is being generated.
287 * @param[in] log_message This parameter specifies the message to be logged.
303 * @brief In this method the user is expected to log the supplied function
306 * that this is a function trace (i.e. entry/exit) message from the
309 * @param[in] logger_object This parameter specifies the logger object
310 * associated with this message.
311 * @param[in] log_object_mask This parameter specifies the log objects
312 * for which this message is being generated.
313 * @param[in] log_message This parameter specifies the message to be logged.
329 * @brief In this method the user is expected to log the supplied function
332 * fact that this is a function trace (i.e. entry/exit) message from
335 * @param[in] logger_object This parameter specifies the logger object
336 * associated with this message.
337 * @param[in] log_object_mask This parameter specifies the log objects
338 * for which this message is being generated.
339 * @param[in] log_message This parameter specifies the message to be logged.