#include <loggingBaseLog.h>
List of all members.
Detailed Description
Defines the information contained within a log.
- Parameters:
-
| priority | Priority of the log |
| message | Log message. |
| file | Name of the file from which the log came from. |
| line | Line number from where the log was published. |
| method | Name of the method from where the log was published. |
| timeStamp | Time that the log was created. : timeStamp should be of type ACS::Time but we supposedly cannot introduce CORBA into this class because it's being used by OFFLINE tasks. For now, we just use unsigned long long which is compatible with ACS::Time. |
Member Data Documentation
The documentation for this struct was generated from the following file: