Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Public Attributes | List of all members
google::cloud::LogRecord Struct Reference

Represents a single log message. More...

#include <google/cloud/log.h>

Public Attributes

Severity severity
 
std::string function
 
std::string filename
 
int lineno
 
std::thread::id thread_id
 
std::chrono::system_clock::time_point timestamp
 
std::string message
 

Detailed Description

Represents a single log message.

Definition at line 220 of file log.h.

Member Data Documentation

◆ filename

std::string google::cloud::LogRecord::filename

Definition at line 223 of file log.h.

◆ function

std::string google::cloud::LogRecord::function

Definition at line 222 of file log.h.

◆ lineno

int google::cloud::LogRecord::lineno

Definition at line 224 of file log.h.

◆ message

std::string google::cloud::LogRecord::message

Definition at line 227 of file log.h.

◆ severity

Severity google::cloud::LogRecord::severity

Definition at line 221 of file log.h.

◆ thread_id

std::thread::id google::cloud::LogRecord::thread_id

Definition at line 225 of file log.h.

◆ timestamp

std::chrono::system_clock::time_point google::cloud::LogRecord::timestamp

Definition at line 226 of file log.h.