|
|
Log message
Mode console logging updates and additions;
* Added support for indentation, as a replacement for using \t (options
include methods SetIndent and Indent, and a ConsoleIndentScope class for scoped
indentation of a block of WriteLns.)
* Use of Indent() as a modifier (the abstraction optionally allows use of
indentation methods besides \t, if ever needed).
* Minor header file cleanups: wxWidgets standard headers are now always first
in PrecompiledHeader.h files (is recommended due to cross platform setup code by
wx).
|