Lines Matching full:system
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()
69 …syslog(LOG_INFO, "syslog(%d) LOG_INFO: RT-Thread is an open source IoT operating system from China… in ulog_example()
70 …syslog(LOG_DEBUG, "syslog(%d) LOG_DEBUG: RT-Thread is an open source IoT operating system from Chi… in ulog_example()
71 …NING, "syslog(%d) LOG_WARNING: RT-Thread is an open source IoT operating system from China.", coun… in ulog_example()
72 …syslog(LOG_ERR, "syslog(%d) LOG_ERR: RT-Thread is an open source IoT operating system from China."… in ulog_example()
73 …yslog(%d) LOG_INFO | LOG_MAIL: RT-Thread is an open source IoT operating system from China.", coun… in ulog_example()
74 …og(%d) LOG_DEBUG | LOG_DAEMON: RT-Thread is an open source IoT operating system from China.", coun… in ulog_example()
75 …og(%d) LOG_WARNING | LOG_AUTH: RT-Thread is an open source IoT operating system from China.", coun… in ulog_example()
76 …slog(%d) LOG_ERR | LOG_SYSLOG: RT-Thread is an open source IoT operating system from China.", coun… in ulog_example()