#include <log.h>
Inheritance diagram for utils::logging::msg::

Public Methods | |
| msg (const char *f, int l) | |
| c'tor. More... | |
| msg (const msg &m) | |
| copy c'tor. More... | |
| msg & | operator= (const msg &m) |
| assignment. More... | |
Public Attributes | |
| const char * | file |
| The source file name. More... | |
| int | line |
| The line number. More... | |
Messages like this are to be handled by listener objects. Usually they hold source file information, which could be used for filtering messages.
|
||||||||||||
|
c'tor.
|
|
|
copy c'tor.
|
|
|
assignment.
|
|
|
The source file name. If the source file is NULL it should be ignored. |
|
|
The line number. If a line number is negative it should be ignored. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001