libzypp 17.31.23
zypp::base::logger::Loglinestream Class Reference

Public Member Functions

 Loglinestream (const std::string &group_r, LogLevel level_r)
 
 ~Loglinestream ()
 
std::ostream & getStream (const char *fil_r, const char *fnc_r, int lne_r)
 

Private Attributes

Loglinebuf _mybuf
 
std::ostream _mystream
 

Detailed Description

Definition at line 487 of file LogControl.cc.

Constructor & Destructor Documentation

◆ Loglinestream()

zypp::base::logger::Loglinestream::Loglinestream ( const std::string &  group_r,
LogLevel  level_r 
)
inline

Definition at line 491 of file LogControl.cc.

◆ ~Loglinestream()

zypp::base::logger::Loglinestream::~Loglinestream ( )
inline

Definition at line 496 of file LogControl.cc.

Member Function Documentation

◆ getStream()

std::ostream & zypp::base::logger::Loglinestream::getStream ( const char *  fil_r,
const char *  fnc_r,
int  lne_r 
)
inline

Definition at line 501 of file LogControl.cc.

Member Data Documentation

◆ _mybuf

Loglinebuf zypp::base::logger::Loglinestream::_mybuf
private

Definition at line 508 of file LogControl.cc.

◆ _mystream

std::ostream zypp::base::logger::Loglinestream::_mystream
private

Definition at line 509 of file LogControl.cc.


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