Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
cuttlefish::LogSink Class Reference
Inheritance diagram for cuttlefish::LogSink:
Inheritance graph
[legend]
Collaboration diagram for cuttlefish::LogSink:
Collaboration graph
[legend]

Public Member Functions

 LogSink (SeverityTarget destination, const std::string &prefix)
 
void Send (const absl::LogEntry &entry) override
 

Private Attributes

SeverityTarget destination_
 
std::string prefix_
 
std::string executable_
 

Constructor & Destructor Documentation

◆ LogSink()

cuttlefish::LogSink::LogSink ( SeverityTarget  destination,
const std::string &  prefix 
)
inline

Member Function Documentation

◆ Send()

void cuttlefish::LogSink::Send ( const absl::LogEntry &  entry)
inlineoverride

Member Data Documentation

◆ destination_

SeverityTarget cuttlefish::LogSink::destination_
private

◆ executable_

std::string cuttlefish::LogSink::executable_
private

◆ prefix_

std::string cuttlefish::LogSink::prefix_
private

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