Planeshift
Public Types | Public Member Functions

google_breakpad::LogStream Class Reference

#include <logging.h>

List of all members.

Public Types

enum  Severity { SEVERITY_INFO, SEVERITY_ERROR }

Public Member Functions

 LogStream (std::ostream &stream, Severity severity, const char *file, int line)
template<typename T >
std::ostream & operator<< (const T &t)
 ~LogStream ()

Detailed Description

Definition at line 93 of file logging.h.


Member Enumeration Documentation

Enumerator:
SEVERITY_INFO 
SEVERITY_ERROR 

Definition at line 95 of file logging.h.


Constructor & Destructor Documentation

google_breakpad::LogStream::LogStream ( std::ostream &  stream,
Severity  severity,
const char *  file,
int  line 
)
google_breakpad::LogStream::~LogStream ( )

Member Function Documentation

template<typename T >
std::ostream& google_breakpad::LogStream::operator<< ( const T &  t) [inline]

Definition at line 109 of file logging.h.


The documentation for this class was generated from the following file: