Logging.
All messages must be logged using de::Log. It will route them optionallyto the standard output and/or output file(s).
LOG_AS() should be used to define scopes for log messages (no need toinclude the scope manually in the log message).
View differences
Logging.
All messages must be logged using de::Log. It will route them optionally
to the standard output and/or output file(s).
LOG_AS() should be used to define scopes for log messages (no need to
include the scope manually in the log message).