Ignore:
Timestamp:
Jul 21, 2009 12:20:17 PM (15 years ago)
Author:
bennylp
Message:

Ticket #921: New logging option/flag to include caller thread ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/log.h

    r2394 r2842  
    8181    PJ_LOG_HAS_SPACE      =  512, /**< Include two spaces before log [yes]    */ 
    8282    PJ_LOG_HAS_COLOR      = 1024, /**< Colorize logs [yes on win32]           */ 
    83     PJ_LOG_HAS_LEVEL_TEXT = 2048  /**< Include level text string [no]         */ 
     83    PJ_LOG_HAS_LEVEL_TEXT = 2048, /**< Include level text string [no]         */ 
     84    PJ_LOG_HAS_THREAD_ID  = 4096  /**< Include thread identification [no]     */ 
    8485}; 
    8586 
Note: See TracChangeset for help on using the changeset viewer.