Ignore:
Timestamp:
02/24/08 11:37:49 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MLog.h

    r8315 r8877  
    11/* ======================================================================== *\
    2 !  $Name: not supported by cvs2svn $:$Id: MLog.h,v 1.37 2007-02-13 11:06:53 tbretz Exp $
     2!  $Name: not supported by cvs2svn $:$Id: MLog.h,v 1.38 2008-02-24 11:37:48 tbretz Exp $
    33\* ======================================================================== */
    44#ifndef MARS_MLog
     
    143143    int  GetDebugLevel() const          { return fDebugLevel;  }
    144144    void SetOutputLevel(int i)          { fOutputLevel =  i;   }
     145    int  GetOutputLevel() const         { return fOutputLevel; }
    145146    void SetOutputDevice(int i)         { fDevice      =  i;   }
    146147    void EnableOutputDevice(Flags_t f)  { fDevice     |=  f;   }
Note: See TracChangeset for help on using the changeset viewer.