COMP: messageStream - use this->log

This commit is contained in:
Andrew Heather
2022-07-29 13:54:40 +01:00
committed by Mark Olesen
parent 8afd6ff729
commit 161fab8d60

View File

@ -365,6 +365,10 @@ extern messageStream SeriousError;
#define Log \
if (log) Info
//- Report write to Foam::Info if the class log switch is true
#define Log_ \
if (this->log) Info
//- Report an IO information message using Foam::Info
// for functionName in file __FILE__ at line __LINE__