- Timestamp:
- Jan 8, 2017, 3:18:20 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- fead41a
- Parents:
- ed66e34
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/utils/test-log.c
red66e34 r32da451 26 26 fprintf(stdout, "### testing normal logging\n"); 27 27 AUBIO_ERR("testing normal AUBIO_LOG_ERR\n"); 28 AUBIO_INF("testing normal AUBIO_LOG_INF\n"); 28 29 AUBIO_WRN("testing normal AUBIO_LOG_WRN\n"); 29 30 AUBIO_MSG("testing normal AUBIO_LOG_MSG\n"); … … 33 34 aubio_log_set_function(logging, (void *)hdr); 34 35 AUBIO_ERR("testing recustom AUBIO_LOG_ERR\n"); 36 AUBIO_INF("testing recustom AUBIO_LOG_INF\n"); 35 37 AUBIO_WRN("testing recustom AUBIO_LOG_WRN\n"); 36 38 AUBIO_MSG("testing recustom AUBIO_LOG_MSG\n"); … … 40 42 aubio_log_reset(); 41 43 AUBIO_ERR("testing uncustom AUBIO_LOG_ERR\n"); 44 AUBIO_INF("testing uncustom AUBIO_LOG_INF\n"); 42 45 AUBIO_WRN("testing uncustom AUBIO_LOG_WRN\n"); 43 46 AUBIO_MSG("testing uncustom AUBIO_LOG_MSG\n"); … … 49 52 aubio_log_set_level_function(AUBIO_LOG_MSG, logging, (void *)hdr); 50 53 AUBIO_ERR("testing custom AUBIO_LOG_ERR\n"); 54 AUBIO_INF("testing custom AUBIO_LOG_INF\n"); 51 55 AUBIO_WRN("testing custom AUBIO_LOG_WRN with data=NULL\n"); 52 56 AUBIO_MSG("testing custom AUBIO_LOG_MSG\n");
Note: See TracChangeset
for help on using the changeset viewer.