Changeset 142 in libcf for trunk/src/cf_log.c


Ignore:
Timestamp:
07/19/13 10:46:16 (11 years ago)
Author:
cheese
Message:

#1 modify docs and some handle closing routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r137 r142  
    246246 *
    247247 * \param ctx 로그 컨텍스트
    248  *
    249  * \see CF_Log_UnsetMultiThread
    250248 */
    251249static int
     
    268266 *
    269267 * \param ctx 로그 컨텍스트
    270  *
    271  * \see CF_Log_SetMultiThread
    272268 */
    273269static int
     
    474470 *
    475471 * \remarks 반드시 먼저 초기화 해야하며, 초기화 시에 주어진 번호보다 작은 아이디 넘버를 사용
    476  *
    477  * \see CF_LOG_OPEN, CF_Log_CreateCtx
    478472 */
    479473static int
     
    498492 *
    499493 * \remarks 아이디 넘버에 해당하는 컨텍스트가 해제되므로 주의
    500  *
    501  * \see CF_LOG_CLOSE, CF_Log_DestroyCtx
    502494 */
    503495static int
Note: See TracChangeset for help on using the changeset viewer.