Changeset 883 for trunk/src/SDLog.h


Ignore:
Timestamp:
03/08/06 12:00:10 (18 years ago)
Author:
mar637
Message:

added toggle for newline at end of each push

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDLog.h

    r717 r883  
    1111  SDLog();
    1212  SDLog(bool enabled);
    13   void pushLog(const std::string& s) const;
     13  void pushLog(const std::string& s, bool newline=true) const;
    1414  //void pushLog(const char* cs);
    1515  std::string popLog() const;
Note: See TracChangeset for help on using the changeset viewer.