#include <message.hh>
|
const char * | file_ |
|
int | line_ |
|
bool | clean_color_ |
|
The log_message_t type provides a base class for implementing formatted logging utilities.
◆ log_message_t()
flecsi::log::log_message_t::log_message_t |
( |
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
file | The current file (where the log message was created). In general, this will always use the FILE parameter from the calling macro. |
line | The current line (where the log message was called). In general, this will always use the LINE parameter from the calling macro. |
◆ stream()
virtual std::ostream& flecsi::log::log_message_t::stream |
( |
| ) |
|
|
inlinevirtual |
Return the output stream. Override this method to add additional formatting to a particular severity output.
The documentation for this struct was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/log/message.hh