Lines Matching full:count
24 int count = 0; in ulog_example() local
30 while (count++ < 50) in ulog_example()
34 LOG_D("LOG_D(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
35 LOG_I("LOG_I(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
36 LOG_W("LOG_W(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
37 LOG_E("LOG_E(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
38 … ulog_d("test", "ulog_d(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
39 … ulog_i("test", "ulog_i(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
40 … ulog_w("test", "ulog_w(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
41 … ulog_e("test", "ulog_e(%d): RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
44 if (count == 20) in ulog_example()
51 else if (count == 30) in ulog_example()
58 else if (count == 40) in ulog_example()
69 …_INFO, "syslog(%d) LOG_INFO: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
70 …EBUG, "syslog(%d) LOG_DEBUG: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
71 …NG, "syslog(%d) LOG_WARNING: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
72 …OG_ERR, "syslog(%d) LOG_ERR: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
73 …log(%d) LOG_INFO | LOG_MAIL: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
74 …(%d) LOG_DEBUG | LOG_DAEMON: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
75 …(%d) LOG_WARNING | LOG_AUTH: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
76 …og(%d) LOG_ERR | LOG_SYSLOG: RT-Thread is an open source IoT operating system from China.", count); in ulog_example()
78 if (count == 20) in ulog_example()
83 else if (count == 40) in ulog_example()