Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

#define phWARNING_PRINT fmt   ) 
 

Value:

{\
            phPRINT( "(pid:%llu|thread:%llu %s:%d @ %s) *** WARNING ***\t" \
                    fmt, \
                    (long long unsigned int)phProcessId(),\
                    (long long unsigned int)phGetCurrentThreadId(), \
                    __PHILE__,__LINE__,function, \
                    ## __VA_ARGS__); \
        }
This is a warning print macro. It is different from other macros in that it will print *** WARNING *** along with the process and thread id. This will allow one to log the errors and then just grep for the warnings if there are any.

Definition at line 234 of file phPrint.h.





Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:45:28 2007 for phission by  doxygen 1.4.4