Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code

This commit is contained in:
wmayer
2022-03-06 10:13:47 +01:00
parent a64563c92e
commit 58a719e207
34 changed files with 460 additions and 360 deletions

View File

@@ -35,6 +35,7 @@
#include "FileInfo.h"
#include "PyObjectBase.h"
#include "PyTools.h"
#include "Stream.h"
char format2[1024]; //Warning! Can't go over 512 characters!!!