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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogMsg

public LogMsg(Object message)
Create a LogMsg object.
Parameters:
message - The actual message to log. May be null.
Method Detail

toString

public String toString()
Convert this log message to a String.
Overrides:
toString in class Object
Returns:
The String representation of this log message.