Info about a log record. Used for output log function. More...
#include <common.h>
Public Member Functions | |
| Hermes2DLogEventInfo (const char code, const char *log_file, const char *src_function, const char *src_file, const int src_line) | |
Public Attributes | |
| const char | code |
| An event code character. For defails see event characters, e.g., H2D_EC_ERROR. | |
| const char * | log_file |
| Log file name. | |
| const char * | src_function |
| A name of a function/method at which the event was generated. | |
| const char * | src_file |
| A source file at which the event was generated. | |
| const int | src_line |
| A line in the source file at which the event was generated. | |
Info about a log record. Used for output log function.
For internal use only.
| Hermes2DLogEventInfo::Hermes2DLogEventInfo | ( | const char | code, | |
| const char * | log_file, | |||
| const char * | src_function, | |||
| const char * | src_file, | |||
| const int | src_line | |||
| ) | [inline] |
| const char Hermes2DLogEventInfo::code |
An event code character. For defails see event characters, e.g., H2D_EC_ERROR.
| const char* Hermes2DLogEventInfo::log_file |
Log file name.
| const char* Hermes2DLogEventInfo::src_file |
A source file at which the event was generated.
| const char* Hermes2DLogEventInfo::src_function |
A name of a function/method at which the event was generated.
| const int Hermes2DLogEventInfo::src_line |
A line in the source file at which the event was generated.
1.6.3