Improved logging system
This commit is contained in:
parent
8ad71cf6ec
commit
304426c2c6
10 changed files with 189 additions and 55 deletions
|
@ -32,6 +32,9 @@ namespace Util{
|
|||
|
||||
};
|
||||
|
||||
void logParser(int in, int out, bool colored, void callback(std::string, std::string, bool) = 0);
|
||||
void redirectLogsIfNeeded();
|
||||
|
||||
/// Holds type, size and offset for RelAccX class internal data fields.
|
||||
class RelAccXFieldData{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue