Changeset 7 in libcf++ for trunk/include/cf/logger.h


Ignore:
Timestamp:
03/29/15 16:30:07 (9 years ago)
Author:
cheese
Message:

#1 fix and add interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/logger.h

    r4 r7  
    5858         * destructor
    5959         */
    60         ~logger();
     60        virtual ~logger();
    6161
    6262        /**
     
    114114            DAILY       = 0x00000010,   /**< daily rotation */
    115115            SIZE        = 0x00000020,   /**< size rotation */
    116             SECURE      = 0x00000100    /**< encrypt message */
     116            PID         = 0x00000100    /**< process-id in log file name */
    117117        };
    118118
Note: See TracChangeset for help on using the changeset viewer.