Ignore:
Timestamp:
31/01/2008 23:44:54 (4 years ago)
Author:
chris
Message:

Add support for microsecond timestamps and PID logging on console log
for daemons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Logging.h

    r2001 r2081  
    122122        static bool sShowTag; 
    123123        static std::string sTag; 
     124        static bool sShowPID; 
    124125 
    125126        public: 
     
    132133        static void SetShowTime(bool enabled); 
    133134        static void SetShowTimeMicros(bool enabled); 
     135        static void SetShowPID(bool enabled); 
    134136}; 
    135137 
Note: See TracChangeset for help on using the changeset viewer.