ICU-3662 Readd vlog_info. It was being used.

X-SVN-Rev: 14735
This commit is contained in:
George Rhoten 2004-03-23 19:02:20 +00:00
parent ff7f72151c
commit 2fe4ef4a10

View File

@ -135,7 +135,7 @@ T_CTEST_API void log_info(const char* pattern, ...);
* @param ap variable-arguments list
* @internal Internal APIs for testing purpose only
*/
/*T_CTEST_API void vlog_info(const char *prefix, const char *pattern, va_list ap);*/
T_CTEST_API void vlog_info(const char *prefix, const char *pattern, va_list ap);
/**
* Log a verbose informational message. (printf style)