Go to the source code of this file.
Classes | |
class | messageStream |
Handle output messages in a simple, consistent stream-based manner. More... | |
Namespaces | |
Foam | |
Macros | |
#define | FUNCTION_NAME __func__ |
#define | SeriousErrorIn(functionName) ::Foam::SeriousError((functionName), __FILE__, __LINE__) |
#define | SeriousErrorInFunction SeriousErrorIn(FUNCTION_NAME) |
#define | SeriousIOErrorIn(functionName, ios) ::Foam::SeriousError((functionName), __FILE__, __LINE__, ios) |
#define | SeriousIOErrorInFunction(ios) SeriousIOErrorIn(FUNCTION_NAME, ios) |
#define | WarningIn(functionName) ::Foam::Warning((functionName), __FILE__, __LINE__) |
#define | WarningInFunction WarningIn(FUNCTION_NAME) |
#define | IOWarningIn(functionName, ios) ::Foam::Warning((functionName), __FILE__, __LINE__, (ios)) |
#define | IOWarningInFunction(ios) IOWarningIn(FUNCTION_NAME, ios) |
#define | InfoIn(functionName) ::Foam::Info((functionName), __FILE__, __LINE__) |
#define | InfoInFunction InfoIn(FUNCTION_NAME) |
#define | PoutIn(functionName) ::Foam::Pout << (functionName) << ':' |
#define | PoutInFunction PoutIn(FUNCTION_NAME) |
#define | DetailInfo if (::Foam::infoDetailLevel > 0) Info |
#define | Log if (log) Info |
#define | IOInfoIn(functionName, ios) ::Foam::Info((functionName), __FILE__, __LINE__, (ios)) |
#define | IOInfoInFunction(ios) IOInfoIn(FUNCTION_NAME, ios) |
#define | DebugInfo if (debug) Info |
#define | DebugInFunction if (debug) InfoInFunction |
#define | DebugPout if (debug) Pout |
#define | DebugPoutInFunction if (debug) PoutInFunction |
#define | DebugVar(var) |
Variables | |
int | infoDetailLevel |
messageStream | Info |
messageStream | InfoErr |
messageStream | Warning |
messageStream | SeriousError |
Original source file messageStream.H
Definition in file messageStream.H.
#define FUNCTION_NAME __func__ |
Definition at line 302 of file messageStream.H.
#define SeriousErrorIn | ( | functionName | ) | ::Foam::SeriousError((functionName), __FILE__, __LINE__) |
Definition at line 311 of file messageStream.H.
#define SeriousErrorInFunction SeriousErrorIn(FUNCTION_NAME) |
Definition at line 319 of file messageStream.H.
#define SeriousIOErrorIn | ( | functionName, | |
ios | |||
) | ::Foam::SeriousError((functionName), __FILE__, __LINE__, ios) |
Definition at line 328 of file messageStream.H.
#define SeriousIOErrorInFunction | ( | ios | ) | SeriousIOErrorIn(FUNCTION_NAME, ios) |
Definition at line 337 of file messageStream.H.
#define WarningIn | ( | functionName | ) | ::Foam::Warning((functionName), __FILE__, __LINE__) |
Definition at line 345 of file messageStream.H.
#define WarningInFunction WarningIn(FUNCTION_NAME) |
Definition at line 353 of file messageStream.H.
#define IOWarningIn | ( | functionName, | |
ios | |||
) | ::Foam::Warning((functionName), __FILE__, __LINE__, (ios)) |
Definition at line 362 of file messageStream.H.
#define IOWarningInFunction | ( | ios | ) | IOWarningIn(FUNCTION_NAME, ios) |
Definition at line 371 of file messageStream.H.
#define InfoIn | ( | functionName | ) | ::Foam::Info((functionName), __FILE__, __LINE__) |
Definition at line 379 of file messageStream.H.
#define InfoInFunction InfoIn(FUNCTION_NAME) |
Definition at line 387 of file messageStream.H.
#define PoutIn | ( | functionName | ) | ::Foam::Pout << (functionName) << ':' |
Definition at line 392 of file messageStream.H.
#define PoutInFunction PoutIn(FUNCTION_NAME) |
Definition at line 398 of file messageStream.H.
#define DetailInfo if (::Foam::infoDetailLevel > 0) Info |
Definition at line 403 of file messageStream.H.
#define Log if (log) Info |
Definition at line 409 of file messageStream.H.
#define IOInfoIn | ( | functionName, | |
ios | |||
) | ::Foam::Info((functionName), __FILE__, __LINE__, (ios)) |
Definition at line 419 of file messageStream.H.
#define IOInfoInFunction | ( | ios | ) | IOInfoIn(FUNCTION_NAME, ios) |
Definition at line 428 of file messageStream.H.
#define DebugInfo if (debug) Info |
Definition at line 436 of file messageStream.H.
#define DebugInFunction if (debug) InfoInFunction |
Definition at line 445 of file messageStream.H.
#define DebugPout if (debug) Pout |
Definition at line 453 of file messageStream.H.
#define DebugPoutInFunction if (debug) PoutInFunction |
Definition at line 462 of file messageStream.H.
#define DebugVar | ( | var | ) |
Definition at line 470 of file messageStream.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.