Show
Ignore:
Timestamp:
03/04/10 16:41:30 (14 years ago)
Author:
smidl
Message:

changes in Loggers!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.cpp

    r847 r850  
    297297 
    298298void egiw::log_register ( bdm::logger& L, const string& prefix ) { 
    299         if ( log_level == 3 ) { 
     299        if ( log_level[tri] ) { 
    300300                root::log_register ( L, prefix ); 
    301301                logrec->ids.set_length ( 2 ); 
     
    309309 
    310310void egiw::log_write() const { 
    311         if ( log_level == 3 ) { 
     311        if ( log_level[tri] ) { 
    312312                mat M; 
    313313                ldmat Lam;