Represents the predefined "Log" protocol.
More...
#include <RTLog.h>
|
static std::ostream & | endl (std::ostream &os) |
| Insert the new line and flush the buffer.
|
|
static std::ostream & | lock (std::ostream &os) |
| Lock the Log::out or Log::err log statement.
|
|
static std::ostream & | unlock (std::ostream &os) |
| Unlock the Log::out or Log::err log statement.
|
|
Represents the predefined "Log" protocol.
◆ endl()
static std::ostream & Log::endl |
( |
std::ostream & |
os | ) |
|
|
static |
Insert the new line and flush the buffer.
This function is similar to std::endl
- Parameters
-
[in] | os | Output stream to the log. |
◆ lock()
static std::ostream & Log::lock |
( |
std::ostream & |
os | ) |
|
|
static |
Lock the Log::out or Log::err log statement.
- Parameters
-
[in] | os | Output stream to the log. |
◆ unlock()
static std::ostream & Log::unlock |
( |
std::ostream & |
os | ) |
|
|
static |
Unlock the Log::out or Log::err log statement.
- Parameters
-
[in] | os | Output stream to the log. |
The documentation for this struct was generated from the following file: