#include <tjlog.h>
Public Member Functions | |
| STD_string | str (unsigned int maxwidth=0, bool include_comp=true) const |
Public Attributes | |
| logPriority | level |
| STD_string | comp |
| STD_string | obj |
| STD_string | func |
| STD_string | txt |
Definition at line 57 of file tjlog.h.
| STD_string LogMessage::str | ( | unsigned int | maxwidth = 0, |
|
| bool | include_comp = true | |||
| ) | const |
Produce single string from message with at most 'maxwidth' characters including the component label if 'include_comp' is 'true'. If 'maxwidth' is zero, the length is unlimited.
| STD_string LogMessage::comp |
| STD_string LogMessage::obj |
| STD_string LogMessage::func |
| STD_string LogMessage::txt |
1.5.1