32int xwpf(
const char * fmt, ...)
 
   38        char buf[XWLIBCFG_XWLOG_BUFSIZE];
 
   41        i = vsnprintf(buf, 
sizeof(buf), fmt, args);
 
   49#if defined(SOCCFG_LOG) && (1 == SOCCFG_LOG) 
   56#elif defined(BRDCFG_LOG) && (1 == BRDCFG_LOG) 
   64#  warning "Can't find the log configurations!" 
int xwpf(const char *fmt,...)
格式化字符串并输出到日志,同 printf() 函数
xwer_t board_log_write(const char *s, xwsz_t *n)
xwer_t soc_log_write(const char *s, xwsz_t *n)