Planeshift
|
#include <iostream>
#include <string>
#include "common/using_std_string.h"
#include "google_breakpad/common/breakpad_types.h"
Go to the source code of this file.
Classes | |
class | google_breakpad::LogMessageVoidify |
class | google_breakpad::LogStream |
Namespaces | |
namespace | base_logging |
namespace | google_breakpad |
Defines | |
#define | BPLOG(severity) BPLOG_ ## severity |
#define | BPLOG_ERROR |
#define | BPLOG_ERROR_STREAM std::cerr |
#define | BPLOG_IF(severity, condition) |
#define | BPLOG_INFO |
#define | BPLOG_INFO_STREAM std::clog |
#define | BPLOG_INIT(pargc, pargv) |
Typedefs | |
typedef std::ostream | base_logging::LogMessage |
Functions | |
int | google_breakpad::ErrnoString (string *error_string) |
string | google_breakpad::HexString (uint64_t number) |
string | google_breakpad::HexString (int number) |
string | google_breakpad::HexString (uint32_t number) |
#define BPLOG_ERROR |
google_breakpad::LogStream(BPLOG_ERROR_STREAM, \ google_breakpad::LogStream::SEVERITY_ERROR, \ __FILE__, __LINE__)
#define BPLOG_IF | ( | severity, | |
condition | |||
) |
!(condition) ? (void) 0 : \ google_breakpad::LogMessageVoidify() & BPLOG(severity)
#define BPLOG_INFO |
google_breakpad::LogStream(BPLOG_INFO_STREAM, \ google_breakpad::LogStream::SEVERITY_INFO, \ __FILE__, __LINE__)