Go to the source code of this file.
      
        
          | #define BPLOG | 
          ( | 
            | 
          severity | ) | 
             BPLOG_ ## severity | 
        
      
 
 
Value:                        __FILE__, __LINE__)
#define BPLOG_ERROR_STREAM
 
 
Definition at line 166 of file logging.h.
 
 
      
        
          | #define BPLOG_ERROR_STREAM   std::cerr | 
        
      
 
 
      
        
          | #define BPLOG_IF | 
          ( | 
            | 
          severity,  | 
        
        
           | 
           | 
            | 
          condition  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:!(condition) ? (void) 0 : \
                   google_breakpad::LogMessageVoidify() & 
BPLOG(severity)
 
 
Definition at line 171 of file logging.h.
 
 
Value:                       __FILE__, __LINE__)
#define BPLOG_INFO_STREAM
 
 
Definition at line 157 of file logging.h.
 
 
      
        
          | #define BPLOG_INFO_STREAM   std::clog | 
        
      
 
 
      
        
          | #define BPLOG_INIT | 
          ( | 
            | 
          pargc,  | 
        
        
           | 
           | 
            | 
          pargv  | 
        
        
           | 
          ) | 
           |  |