Home | History | Annotate | Download | only in src

Lines Matching refs:level

100 void mix_log_func(const gchar* comp, gint level, const gchar *file,
112 if (level > g_mix_log_level) {
134 if(level > MIX_LOG_LEVEL_VERBOSE) {
135 level = MIX_LOG_LEVEL_VERBOSE;
137 if(level < MIX_LOG_LEVEL_ERROR) {
138 level = MIX_LOG_LEVEL_ERROR;
141 g_print("%s : %s : %s : ", loglevel[level - 1], file, func);
193 void mix_log_func(const gchar* comp, gint level, const gchar *file,
212 /* log level */
218 if (level > mix_log_level_threhold) {
237 if (level > MIX_LOG_LEVEL_VERBOSE) {
238 level = MIX_LOG_LEVEL_VERBOSE;
240 if (level < MIX_LOG_LEVEL_ERROR) {
241 level = MIX_LOG_LEVEL_ERROR;
244 g_print("%s : %s : %s : ", loglevel[level - 1], file, func);