Slice Tools
Home
SourceForge Page
libFoundation
Home
Class Hierarchy
Class List
Class Members
Examples

|
|
LogMsg.hh File Reference
Detailed Description
LogMsg class interface.
#include <string>
#include <time.h>
#include "MessageLevel.hh"
#include "CategoryInformation.hh"
Go to the source code of this file.
|
Classes |
class | LogMsg |
| Holds information for each item to be logged. More...
|
Defines |
#define | LOGMSG_HH 1 |
Functions |
std::ostream & | operator<< (std::ostream &os, const LogMsg &logMsg) |
| Writes the prefix and msg to an output stream.
|
Define Documentation
Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const LogMsg & |
logMsg |
|
) |
|
|
|
Writes the prefix and msg to an output stream.
Prefix format is: "YYYYMMDD|hhmmss|PID|CATEGORY|MESSAGE_LEVEL|COUNT: " |
|