at.gv.egovernment.moa.logging
Class  LogMsg
java.lang.Object
  |
  +--at.gv.egovernment.moa.logging.LogMsg
- public class LogMsg- extends Object
A unified message type to log messages from inside the MOA subsystem.
- Version: 
- $Id$
- Author: 
- Patrick Peck
| Constructor Summary | 
| LogMsg(Object message)Create a
 LogMsgobject. | 
 
| Method Summary | 
|  String | toString()Convert this log message to a
 String. | 
 
 
LogMsg
public LogMsg(Object message)
- Create a LogMsgobject.
- 
- Parameters:
- message- The actual message to log. May be- null.
 
toString
public String toString()
- Convert this log message to a String.
- 
- Overrides:
- toStringin class- Object
 
- 
- Returns:
- The Stringrepresentation of this log message.