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


Ignore:
Timestamp:
05/31/13 15:49:49 (11 years ago)
Author:
cheese
Message:

#1 remove log-level. log id is used as log level instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_log.h

    r103 r108  
    1818    CF_LOG_DEFAULT_BUFFER   = -1,   /**< 기본 버퍼 크기 사용 */
    1919    CF_LOG_NO_BUFFER        = 0,    /**< 버퍼없이 파일에 바로 쓰기 */
    20     CF_LOG_NO_LEVEL         = -1,   /**< 로그 레벨 사용 안함 */
    2120} E_CF_LOG_OPTION, CF_LOG_OPTION;
    2221
     
    2625
    2726CF_EXPORT int
    28 CF_Log_Initialize       (const int poolSize,
    29                          const int level);
     27CF_Log_Initialize       (const int poolSize);
    3028
    3129CF_EXPORT int
Note: See TracChangeset for help on using the changeset viewer.