Skip to content
  • Henry Weller's avatar
    messageStream: Added DebugInfo and DebugInFunction: · e0451c75
    Henry Weller authored
    DebugInfo:
        Report an information message using Foam::Info if the local debug
        switch is true
    
    DebugInFunction:
        Report an information message using Foam::Info for FUNCTION_NAME in
        file __FILE__ at line __LINE__ if the local debug switch is true
    e0451c75