Public Member Functions | |
| Dtk_Log_Message () | |
| Dtk_Log_Message (const Dtk_Log_Message &inMessage) | |
| const Dtk_string & | GetMessageInfo () const | 
| Get message  More...  | |
| const Dtk_string & | GetType () const | 
| Get message type  More...  | |
| Dtk_Log_Message & | operator= (const Dtk_Log_Message &inMessage) | 
| void | SetMessageInfo (const Dtk_string &inValue) | 
| Set message.  More... | |
| void | SetType (const Dtk_string &inValue) | 
| Set message type.  More... | |
| ~Dtk_Log_Message () | |
Protected Attributes | |
| Dtk_Handle * | _Private | 
| Dtk_Log_Message::Dtk_Log_Message | ( | ) | 
| Dtk_Log_Message::Dtk_Log_Message | ( | const Dtk_Log_Message & | inMessage | ) | 
| Dtk_Log_Message::~Dtk_Log_Message | ( | ) | 
| const Dtk_string& Dtk_Log_Message::GetMessageInfo | ( | ) | const | 
Get message 
 
| const Dtk_string& Dtk_Log_Message::GetType | ( | ) | const | 
Get message type 
 
| Dtk_Log_Message& Dtk_Log_Message::operator= | ( | const Dtk_Log_Message & | inMessage | ) | 
| void Dtk_Log_Message::SetMessageInfo | ( | const Dtk_string & | inValue | ) | 
Set message.
| [in] | inValue | : Message | 
| void Dtk_Log_Message::SetType | ( | const Dtk_string & | inValue | ) | 
Set message type.
| [in] | inValue | : Message type | 
      
  | 
  protected |