![]() |
Angel
A 2D Game Prototyping Engine
|
Lets you write to multiple logs at once. More...
#include <Log.h>
Inheritance diagram for CompoundLog:Public Member Functions | |
| void | AddLog (DeveloperLog *addLog) |
| virtual void | Log (const String &val) |
Static Public Member Functions | |
| static CompoundLog & | GetSystemLog () |
This class collects various other logs together and lets you write the same value to them simultaneously. This is useful if you want to write something to both the screen and a file at the same time.
| void CompoundLog::AddLog | ( | DeveloperLog * | addLog | ) |
| void CompoundLog::Log | ( | const String & | val | ) | [virtual] |
| CompoundLog & CompoundLog::GetSystemLog | ( | ) | [static] |


1.7.5.1