base-logging
Classes | Namespaces | Macros
logging_iostream_style.h File Reference
#include <base-logging/logging/logging_printf_style.h>
#include <sstream>

Go to the source code of this file.

Classes

class  base::logging::LogStream
 

Namespaces

 base
 
 base::logging
 

Macros

#define LOG_STREAM(PRIO)   if(PRIO > BASE_LOG_PRIORITY) ; else base::logging::LogStream().get(PRIO,__func__, __FILE__, __LINE__, __STRINGIFY(BASE_LOG_NAMESPACE))
 
#define LOG_FATAL_S   LOG_STREAM(base::logging::FATAL)
 
#define LOG_ERROR_S   LOG_STREAM(base::logging::ERROR)
 
#define LOG_WARN_S   LOG_STREAM(base::logging::WARN)
 
#define LOG_INFO_S   LOG_STREAM(base::logging::INFO)
 
#define LOG_DEBUG_S   LOG_STREAM(base::logging::DEBUG)
 

Macro Definition Documentation

#define LOG_DEBUG_S   LOG_STREAM(base::logging::DEBUG)
#define LOG_ERROR_S   LOG_STREAM(base::logging::ERROR)
#define LOG_FATAL_S   LOG_STREAM(base::logging::FATAL)
#define LOG_INFO_S   LOG_STREAM(base::logging::INFO)
#define LOG_STREAM (   PRIO)    if(PRIO > BASE_LOG_PRIORITY) ; else base::logging::LogStream().get(PRIO,__func__, __FILE__, __LINE__, __STRINGIFY(BASE_LOG_NAMESPACE))
#define LOG_WARN_S   LOG_STREAM(base::logging::WARN)