Lines Matching full:macro
74 * Simplified macro to send a verbose log message using the current LOG_TAG.
98 * Simplified macro to send a debug log message using the current LOG_TAG.
112 * Simplified macro to send an info log message using the current LOG_TAG.
126 * Simplified macro to send a warning log message using the current LOG_TAG.
140 * Simplified macro to send an error log message using the current LOG_TAG.
203 * Simplified macro to send a verbose system log message using the current LOG_TAG.
227 * Simplified macro to send a debug system log message using the current LOG_TAG.
241 * Simplified macro to send an info system log message using the current LOG_TAG.
255 * Simplified macro to send a warning system log message using the current LOG_TAG.
269 * Simplified macro to send an error system log message using the current LOG_TAG.
326 * Basic log message macro.
339 * Log macro that allows you to specify a number for the priority.
347 * Log macro that allows you to pass in a varargs ("args" is a va_list).