Lines Matching refs:fmt

109 #define ULOGI(tag,fmt,...)      printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)  argument
110 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
111 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
112 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
113 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__) argument
116 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
117 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
118 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
119 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
120 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
130 #define ULOGI(tag,fmt,...) MLOGI("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
131 #define ULOGW(tag,fmt,...) MLOGW("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
132 #define ULOGD(tag,fmt,...) MLOGD("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
133 #define ULOGE(tag,fmt,...) MLOGE("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
134 #define ULOGF(tag,fmt,...) MLOGF("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
144 #define ULOGI(tag,fmt,...) ALOG(LOG_INFO, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
145 #define ULOGW(tag,fmt,...) ALOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
146 #define ULOGD(tag,fmt,...) ALOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
147 #define ULOGE(tag,fmt,...) ALOG(LOG_ERROR, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
148 #define ULOGF(tag,fmt,...) ALOG(LOG_FATAL, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
156 #define ULOGI(tag,fmt,...) LOG(LOG_INFO, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
157 #define ULOGW(tag,fmt,...) LOG(LOG_WARN, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
158 #define ULOGD(tag,fmt,...) LOG(LOG_DEBUG, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
159 #define ULOGE(tag,fmt,...) LOG(LOG_ERROR, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
160 #define ULOGF(tag,fmt,...) LOG(LOG_FATAL, "Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
169 #define ULOGI(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
170 #define ULOGW(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
171 #define ULOGD(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
172 #define ULOGE(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)
173 #define ULOGF(tag,fmt,...) printf("[Utopia][" tag "]: " fmt, ##__VA_ARGS__)