FACT++
1.0
|
|
private |
Mjd of last message.
The basic implementation of the output of a message to the output stream. This can overwritten by inheriting classes. The default is to redirect the message to the stream fOut. In addition colors from WindowLog are used depending on the severity. The color are ignored if the stream is not of type WindowLog.
The default message has the form:
while ## is a placeholder depending on the severity of the message, e.g.
kMessage: default -> kInfo: green I> kWarn: yellow W> kError: red E> kAlarm red E> kFatal: red-blink !> kDebug: blue default: bold >>
time | The time assigned to the message |
txt | The message text |
severity | The severity of the message |
Definition at line 108 of file MessageImp.cc.
References fOut, Time::GetAsStr(), kAlarm, kBlink, kBlue, kBold, kComment, kDebug, kDefault, kError, kFatal, kGreen, kInfo, kMessage, kRed, kWarn, kYellow, and Memory::mtx.
Referenced by Write().