Google Cloud C++ Client  0.4.0
C++ Client Library for Google Cloud Platform
Public Attributes | List of all members
google::cloud::v0::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::chrono::system_clock::time_point timestamp
 
std::string message
 

Detailed Description

Represents a single log message.

Definition at line 207 of file log.h.

Member Data Documentation

◆ filename

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

Definition at line 210 of file log.h.

◆ function

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

Definition at line 209 of file log.h.

◆ lineno

int google::cloud::v0::LogRecord::lineno

Definition at line 211 of file log.h.

◆ message

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

Definition at line 213 of file log.h.

◆ severity

Severity google::cloud::v0::LogRecord::severity

Definition at line 208 of file log.h.

◆ timestamp

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

Definition at line 212 of file log.h.