Changeset 101 in libcf for trunk/include/cf_log.h


Ignore:
Timestamp:
05/28/13 23:45:43 (11 years ago)
Author:
cheese
Message:

#1 change interface to set log level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_log.h

    r98 r101  
    3131 * 로그 레벨 사용 안함
    3232 *
    33  * @see CF_Log_SetLevel
     33 * @see CF_Log_Initialize
    3434 */
    3535#define CF_LOG_NO_LEVEL                 -1
     
    4040
    4141CF_EXPORT int
    42 CF_Log_Initialize       (const int logPool);
     42CF_Log_Initialize       (const int poolSize,
     43                         const int level);
    4344
    4445CF_EXPORT int
     
    6566                         const CF_BOOL  flag);
    6667
    67 CF_EXPORT int
    68 CF_Log_SetLevel         (const int level);
    69 
    7068#ifdef __cplusplus
    7169}
Note: See TracChangeset for help on using the changeset viewer.