#include <Log.hh>
◆ callback_type
◆ StreamStdErr()
LDASTools::AL::Log::StreamStdErr::StreamStdErr |
( |
| ) |
|
◆ ~StreamStdErr()
LDASTools::AL::Log::StreamStdErr::~StreamStdErr |
( |
| ) |
|
|
virtual |
◆ Callback()
void LDASTools::AL::Log::StreamInterface::Callback |
( |
callback_type |
Callback | ) |
|
|
inlineinherited |
◆ Close()
void LDASTools::AL::Log::StreamStdErr::Close |
( |
| ) |
|
|
virtual |
◆ IsOpen()
bool LDASTools::AL::Log::StreamStdErr::IsOpen |
( |
| ) |
const |
|
virtual |
Return the open state of the stream.
Resturn the open state of the stream.
- Returns
- If the stream is open and writable, then return true. Otherwise, false.
Implements LDASTools::AL::Log::StreamInterface.
◆ onClose()
void LDASTools::AL::Log::StreamInterface::onClose |
( |
| ) |
|
|
protectedinherited |
◆ onOpen()
void LDASTools::AL::Log::StreamInterface::onOpen |
( |
| ) |
|
|
protectedinherited |
◆ Open()
void LDASTools::AL::Log::StreamStdErr::Open |
( |
| ) |
|
|
virtual |
◆ operator<<()
template<typename T >
std::ostream & LDASTools::AL::Log::StreamInterface::operator<< |
( |
T |
a | ) |
|
|
inlineinherited |
◆ stream()
std::ostream & LDASTools::AL::Log::StreamStdErr::stream |
( |
| ) |
|
|
protectedvirtual |
◆ WriteMessage()
void LDASTools::AL::Log::StreamStdErr::WriteMessage |
( |
const std::string & |
Message | ) |
|
|
virtual |
◆ callback
Callback storage.
If this is set, then this instance is called to handle additional actions that should happen when the stream is opened or closed.
◆ on_open_called
bool LDASTools::AL::Log::StreamStdErr::on_open_called |
|
protected |
Tracks if a call to onOpen has been made.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/src/Log.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/src/Log.cc