mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: messageStream - use this->log
This commit is contained in:
committed by
Mark Olesen
parent
8afd6ff729
commit
161fab8d60
@ -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__
|
||||
|
||||
Reference in New Issue
Block a user