Searched defs:text1 (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_log.c39 static const char* text1 = "Now is the winter of our discontent,"; local
43 AM_LOG_INFO(0, "instance id is zero and incorrect args", text1);
44 AM_LOG_INFO(0, "instance id is zero and more incorrect args", text1, text2);
47 AM_LOG_INFO(0, NULL, text1, text2);
50 AM_LOG_ERROR(10, "%s %s", text1, text2);
52 AM_LOG_INFO(0, "%s %s", text1, text2);
53 AM_LOG_WARNING(0, "%s %s", text1, text2);
54 AM_LOG_ERROR(0, "%s %s", text1, text2);
55 AM_LOG_DEBUG(0, "%s %s", text1, text2);
56 AM_LOG_AUDIT(0, "%s %s", text1, text
[all...]

Completed in 28 milliseconds