Changeset 8877 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/24/08 11:37:49 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.h
r8315 r8877 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MLog.h,v 1.3 7 2007-02-13 11:06:53tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MLog.h,v 1.38 2008-02-24 11:37:48 tbretz Exp $ 3 3 \* ======================================================================== */ 4 4 #ifndef MARS_MLog … … 143 143 int GetDebugLevel() const { return fDebugLevel; } 144 144 void SetOutputLevel(int i) { fOutputLevel = i; } 145 int GetOutputLevel() const { return fOutputLevel; } 145 146 void SetOutputDevice(int i) { fDevice = i; } 146 147 void EnableOutputDevice(Flags_t f) { fDevice |= f; }
Note:
See TracChangeset
for help on using the changeset viewer.