net.spy.log
Class SpyMessage

java.lang.Object
  extended bynet.spy.log.SpyMessage
All Implemented Interfaces:
Serializable

public class SpyMessage
extends Object
implements Serializable

Log message for use in textual logs.

See Also:
Serialized Form

Constructor Summary
SpyMessage(String message)
          Get an instance of SpyMessage.
 
Method Summary
static void main(String[] args)
          Testing and what not.
 String toString()
          String representation of this message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpyMessage

public SpyMessage(String message)
Get an instance of SpyMessage.

Method Detail

toString

public String toString()
String representation of this message.


main

public static void main(String[] args)
                 throws Exception
Testing and what not.

Throws:
Exception