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 LogMsg object. |
Method Summary |
String |
toString()
Convert this log message to a String . |
LogMsg
public LogMsg(Object message)
- Create a
LogMsg
object.
- Parameters:
message
- The actual message to log. May be null
.
toString
public String toString()
- Convert this log message to a
String
.
- Overrides:
toString
in class Object
- Returns:
- The
String
representation of this log message.