Changeset 669

Show
Ignore:
Timestamp:
10/20/09 00:24:29 (15 years ago)
Author:
smidl
Message:

all root offsprings can be logged

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r665 r669  
    2727//! Root class of BDM objects 
    2828class root { 
     29        //! level of details that will be logged to logger 
     30        int log_level; 
    2931public: 
    3032        //! make sure this is a virtual object 
     
    4850        virtual void validate() { 
    4951        } 
     52         
    5053}; 
    5154