Lines Matching refs:severity
209 #define LOG(severity) ABSL_LOG_INTERNAL_LOG_IMPL(_##severity) argument
215 #define PLOG(severity) ABSL_LOG_INTERNAL_PLOG_IMPL(_##severity) argument
222 #define DLOG(severity) ABSL_LOG_INTERNAL_DLOG_IMPL(_##severity) argument
241 #define VLOG(severity) ABSL_LOG_INTERNAL_VLOG_IMPL(severity) argument
245 #define DVLOG(severity) ABSL_LOG_INTERNAL_DVLOG_IMPL(severity) argument
255 #define LOG_IF(severity, condition) \ argument
256 ABSL_LOG_INTERNAL_LOG_IF_IMPL(_##severity, condition)
257 #define PLOG_IF(severity, condition) \ argument
258 ABSL_LOG_INTERNAL_PLOG_IF_IMPL(_##severity, condition)
259 #define DLOG_IF(severity, condition) \ argument
260 ABSL_LOG_INTERNAL_DLOG_IF_IMPL(_##severity, condition)
273 #define LOG_EVERY_N(severity, n) \ argument
274 ABSL_LOG_INTERNAL_LOG_EVERY_N_IMPL(_##severity, n)
281 #define LOG_FIRST_N(severity, n) \ argument
282 ABSL_LOG_INTERNAL_LOG_FIRST_N_IMPL(_##severity, n)
289 #define LOG_EVERY_POW_2(severity) \ argument
290 ABSL_LOG_INTERNAL_LOG_EVERY_POW_2_IMPL(_##severity)
301 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
302 ABSL_LOG_INTERNAL_LOG_EVERY_N_SEC_IMPL(_##severity, n_seconds)
304 #define PLOG_EVERY_N(severity, n) \ argument
305 ABSL_LOG_INTERNAL_PLOG_EVERY_N_IMPL(_##severity, n)
306 #define PLOG_FIRST_N(severity, n) \ argument
307 ABSL_LOG_INTERNAL_PLOG_FIRST_N_IMPL(_##severity, n)
308 #define PLOG_EVERY_POW_2(severity) \ argument
309 ABSL_LOG_INTERNAL_PLOG_EVERY_POW_2_IMPL(_##severity)
310 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
311 ABSL_LOG_INTERNAL_PLOG_EVERY_N_SEC_IMPL(_##severity, n_seconds)
313 #define DLOG_EVERY_N(severity, n) \ argument
314 ABSL_LOG_INTERNAL_DLOG_EVERY_N_IMPL(_##severity, n)
315 #define DLOG_FIRST_N(severity, n) \ argument
316 ABSL_LOG_INTERNAL_DLOG_FIRST_N_IMPL(_##severity, n)
317 #define DLOG_EVERY_POW_2(severity) \ argument
318 ABSL_LOG_INTERNAL_DLOG_EVERY_POW_2_IMPL(_##severity)
319 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
320 ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(_##severity, n_seconds)
322 #define VLOG_EVERY_N(severity, n) \ argument
323 ABSL_LOG_INTERNAL_VLOG_EVERY_N_IMPL(severity, n)
324 #define VLOG_FIRST_N(severity, n) \ argument
325 ABSL_LOG_INTERNAL_VLOG_FIRST_N_IMPL(severity, n)
326 #define VLOG_EVERY_POW_2(severity) \ argument
327 ABSL_LOG_INTERNAL_VLOG_EVERY_POW_2_IMPL(severity)
328 #define VLOG_EVERY_N_SEC(severity, n_seconds) \ argument
329 ABSL_LOG_INTERNAL_VLOG_EVERY_N_SEC_IMPL(severity, n_seconds)
338 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
339 ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_IMPL(_##severity, condition, n)
340 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
341 ABSL_LOG_INTERNAL_LOG_IF_FIRST_N_IMPL(_##severity, condition, n)
342 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
343 ABSL_LOG_INTERNAL_LOG_IF_EVERY_POW_2_IMPL(_##severity, condition)
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
345 ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_SEC_IMPL(_##severity, condition, n_seconds)
347 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
348 ABSL_LOG_INTERNAL_PLOG_IF_EVERY_N_IMPL(_##severity, condition, n)
349 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
350 ABSL_LOG_INTERNAL_PLOG_IF_FIRST_N_IMPL(_##severity, condition, n)
351 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
352 ABSL_LOG_INTERNAL_PLOG_IF_EVERY_POW_2_IMPL(_##severity, condition)
353 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
354 ABSL_LOG_INTERNAL_PLOG_IF_EVERY_N_SEC_IMPL(_##severity, condition, n_seconds)
356 #define DLOG_IF_EVERY_N(severity, condition, n) \ argument
357 ABSL_LOG_INTERNAL_DLOG_IF_EVERY_N_IMPL(_##severity, condition, n)
358 #define DLOG_IF_FIRST_N(severity, condition, n) \ argument
359 ABSL_LOG_INTERNAL_DLOG_IF_FIRST_N_IMPL(_##severity, condition, n)
360 #define DLOG_IF_EVERY_POW_2(severity, condition) \ argument
361 ABSL_LOG_INTERNAL_DLOG_IF_EVERY_POW_2_IMPL(_##severity, condition)
362 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
363 ABSL_LOG_INTERNAL_DLOG_IF_EVERY_N_SEC_IMPL(_##severity, condition, n_seconds)